Html Css Color HEX #CA9D4C Tussock

📋 copy color: '#CA9D4C'

red 202 ◦ green 157 ◦ blue 76

#CA9D4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tussock #CA9D4C

Tints of Tussock #CA9D4C

RGB

 RED value IS 202 (79.3% from 255) = 46.44%

 GREEN value IS 157 (61.72% from 255) = 36.09%

 BLUE value IS 76 (30.08% from 255) = 17.47%

R = 46.44%
G = 36.09%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA9D4C (or 0xCA9D4C) is known color: Tussock. HEX triplet: CA, 9D and 4C. RGB value is (202,157,76). Sum of RGB (Red+Green+Blue) = 202+157+76=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9D4C is #3562B3. Grayscale: #A1A1A1. Windows color (decimal): -3498676 or 5021130. OLE color: 5021130.

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

Color convert

RGB 202 157 76 -
CMYK 0 0.22 0.62 0.21
HSL 38.57º 0.54% 0.55% -
HSV(B) 38.57º 0.62% 0.79% -
XYZ 37.72 37.19 12.03 -
YUV 161.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 202 157 76 0 0.22 0.62 0.21 38.57 0.54 0.55
Hex CA 9D 4C 0 16 3E 15 27 36 37
Octal 312 235 114 0 26 76 25 47 66 67
Binary 11001010 10011101 1001100 0 10110 111110 10101 100111 110110 110111

Color Harmonies of #CA9D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9D4C

Black with #CA9D4C

Text Example


Text Example

White with #CA9D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9D4C; }

 p { color: rgb(202,157,76); }

 H1.HeaderClassName
 {
   color: #CA9D4C;
 }
 .AnyTagClassName
 {
   color: #CA9D4C;
 }
</style>

background-color css

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

 a { background-color: rgb(202,157,76); }

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

border-color css

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

 span { border-color: rgb(202,157,76); }

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