#CA914C

Color #CA914C Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #CA914C

Tints of Tussock #CA914C

Color information

#CA914C (or 0xCA914C) is unknown color: approx Tussock. HEX triplet: CA, 91 and 4C. RGB value is (202,145,76). Sum of RGB (Red+Green+Blue) = 202+145+76=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA914C is #356EB3. Grayscale: #9A9A9A. Windows color (decimal): -3501748 or 5018058. OLE color: 5018058.

HSL color Cylindrical-coordinate representation of color #CA914C: hue angle of 32.86º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA914C is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB20214576-
CMYK00.280.620.21
HSL32.86º54.31%54.51%-
HSV(B)32.86º62.38%79.22%-
XYZ35.7933.3311.38-
YUV154.1883.88162.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 76 (30.08% from 255) = 17.97%
R=47.75%
G=34.28%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021457600.280.620.2132.8654.3154.51
HexCA914C01C3E15213637
Octal3122211140347625416667
Binary1100101010010001100110001110011111010101100001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA914C; }

 p { color: rgb(202,145,76); }

 H1.HeaderClassName
 {
   color: #CA914C;
 }
 .AnyTagClassName
 {
   color: #CA914C;
 }
</style>
background-color css

<style>
 a { background-color: #CA914C; }

 a { background-color: rgb(202,145,76); }

 div.DivClassName
 {
   background-color: #CA914C;
 }
 .BgClassName
 {
   background-color: #CA914C;
 }
</style>
border-color css

<style>
 span { border-color: #CA914C; }

 span { border-color: rgb(202,145,76); }

 td.TdClassName
 {
   border-color: #CA914C;
 }
 .TagClassName
 {
   border-color: #CA914C;
 }
</style>