#CA9648

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

Shades of Tussock #CA9648

Tints of Tussock #CA9648

Color information

#CA9648 (or 0xCA9648) is unknown color: approx Tussock. HEX triplet: CA, 96 and 48. RGB value is (202,150,72). Sum of RGB (Red+Green+Blue) = 202+150+72=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9648 is #3569B7. Grayscale: #9D9D9D. Windows color (decimal): -3500472 or 4757194. OLE color: 4757194.

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

Color convert

RGB20215072-
CMYK00.260.640.21
HSL36º55.08%53.73%-
HSV(B)36º64.36%79.22%-
XYZ36.4334.8410.93-
YUV156.6680.23160.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 150 (58.98% from 255) = 35.38%
BLUE value IS 72 (28.52% from 255) = 16.98%
R=47.64%
G=35.38%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021507200.260.640.213655.0853.73
HexCA964801A4015243736
Octal31222611003210025446766
Binary11001010100101101001000011010100000010101100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9648; }

 p { color: rgb(202,150,72); }

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

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

 a { background-color: rgb(202,150,72); }

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

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

 span { border-color: rgb(202,150,72); }

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