#CA954E

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

Shades of Tussock #CA954E

Tints of Tussock #CA954E

Color information

#CA954E (or 0xCA954E) is unknown color: approx Tussock. HEX triplet: CA, 95 and 4E. RGB value is (202,149,78). Sum of RGB (Red+Green+Blue) = 202+149+78=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA954E is #356AB1. Grayscale: #9D9D9D. Windows color (decimal): -3500722 or 5150154. OLE color: 5150154.

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

Color convert

RGB20214978-
CMYK00.260.610.21
HSL34.35º53.91%54.9%-
HSV(B)34.35º61.39%79.22%-
XYZ36.4834.611.96-
YUV156.7583.56160.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 78 (30.86% from 255) = 18.18%
R=47.09%
G=34.73%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021497800.260.610.2134.3553.9154.9
HexCA954E01A3D15223637
Octal3122251160327525426667
Binary1100101010010101100111001101011110110101100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA954E; }

 p { color: rgb(202,149,78); }

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

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

 a { background-color: rgb(202,149,78); }

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

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

 span { border-color: rgb(202,149,78); }

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