#CA944B

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

Shades of Tussock #CA944B

Tints of Tussock #CA944B

Color information

#CA944B (or 0xCA944B) is unknown color: approx Tussock. HEX triplet: CA, 94 and 4B. RGB value is (202,148,75). Sum of RGB (Red+Green+Blue) = 202+148+75=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA944B is #356BB4. Grayscale: #9C9C9C. Windows color (decimal): -3500981 or 4953290. OLE color: 4953290.

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

Color convert

RGB20214875-
CMYK00.270.630.21
HSL34.49º54.51%54.31%-
HSV(B)34.49º62.87%79.22%-
XYZ36.2234.2411.36-
YUV155.8282.39160.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 75 (29.69% from 255) = 17.65%
R=47.53%
G=34.82%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021487500.270.630.2134.4954.5154.31
HexCA944B01B3F15223736
Octal3122241130337725426766
Binary1100101010010100100101101101111111110101100010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA944B; }

 p { color: rgb(202,148,75); }

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

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

 a { background-color: rgb(202,148,75); }

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

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

 span { border-color: rgb(202,148,75); }

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