#CA9B46

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

Shades of Tussock #CA9B46

Tints of Tussock #CA9B46

Color information

#CA9B46 (or 0xCA9B46) is unknown color: approx Tussock. HEX triplet: CA, 9B and 46. RGB value is (202,155,70). Sum of RGB (Red+Green+Blue) = 202+155+70=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9B46 is #3564B9. Grayscale: #9F9F9F. Windows color (decimal): -3499194 or 4627402. OLE color: 4627402.

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

Color convert

RGB20215570-
CMYK00.230.650.21
HSL38.64º55.46%53.33%-
HSV(B)38.64º65.35%79.22%-
XYZ37.1836.4410.87-
YUV159.3677.57158.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 70 (27.73% from 255) = 16.39%
R=47.31%
G=36.30%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021557000.230.650.2138.6455.4653.33
HexCA9B460174115273735
Octal31223310602710125476765
Binary11001010100110111000110010111100000110101100111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B46; }

 p { color: rgb(202,155,70); }

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

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

 a { background-color: rgb(202,155,70); }

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

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

 span { border-color: rgb(202,155,70); }

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