#CA914A

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

Shades of Tussock #CA914A

Tints of Tussock #CA914A

Color information

#CA914A (or 0xCA914A) is unknown color: approx Tussock. HEX triplet: CA, 91 and 4A. RGB value is (202,145,74). Sum of RGB (Red+Green+Blue) = 202+145+74=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA914A is #356EB5. Grayscale: #9A9A9A. Windows color (decimal): -3501750 or 4886986. OLE color: 4886986.

HSL color Cylindrical-coordinate representation of color #CA914A: hue angle of 33.28º 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 #CA914A is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20214574-
CMYK00.280.630.21
HSL33.28º54.7%54.12%-
HSV(B)33.28º63.37%79.22%-
XYZ35.7233.311.02-
YUV153.9582.88162.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 74 (29.30% from 255) = 17.58%
R=47.98%
G=34.44%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021457400.280.630.2133.2854.754.12
HexCA914A01C3F15213736
Octal3122211120347725416766
Binary1100101010010001100101001110011111110101100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA914A; }

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

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

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

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

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

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

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

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