Html Css Color HEX #CA9D4D Tussock

📋 copy color: '#CA9D4D'

red 202 ◦ green 157 ◦ blue 77

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

Shades of Tussock #CA9D4D

Tints of Tussock #CA9D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.66%

R = 46.33%
G = 36.01%
B = 17.66%

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

#CA9D4D (or 0xCA9D4D) is known color: Tussock. HEX triplet: CA, 9D and 4D. RGB value is (202,157,77). Sum of RGB (Red+Green+Blue) = 202+157+77=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D4D is #3562B2. Grayscale: #A1A1A1. Windows color (decimal): -3498675 or 5086666. OLE color: 5086666.

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

Color convert

RGB 202 157 77 -
CMYK 0 0.22 0.62 0.21
HSL 38.4º 0.54% 0.55% -
HSV(B) 38.4º 0.62% 0.79% -
XYZ 37.75 37.21 12.21 -
YUV 161.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 202 157 77 0 0.22 0.62 0.21 38.4 0.54 0.55
Hex CA 9D 4D 0 16 3E 15 26 36 37
Octal 312 235 115 0 26 76 25 46 66 67
Binary 11001010 10011101 1001101 0 10110 111110 10101 100110 110110 110111

Color Harmonies of #CA9D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9D4D

Black with #CA9D4D

Text Example


Text Example

White with #CA9D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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