Html Css Color HEX #CA9A4D Tussock

📋 copy color: '#CA9A4D'

red 202 ◦ green 154 ◦ blue 77

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

Shades of Tussock #CA9A4D

Tints of Tussock #CA9A4D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.57%

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

R = 46.65%
G = 35.57%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA9A4D (or 0xCA9A4D) is known color: Tussock. HEX triplet: CA, 9A and 4D. RGB value is (202,154,77). Sum of RGB (Red+Green+Blue) = 202+154+77=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A4D is #3565B2. Grayscale: #9F9F9F. Windows color (decimal): -3499443 or 5085898. OLE color: 5085898.

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

Color convert

RGB 202 154 77 -
CMYK 0 0.24 0.62 0.21
HSL 36.96º 0.54% 0.55% -
HSV(B) 36.96º 0.62% 0.79% -
XYZ 37.25 36.2 12.05 -
YUV 159.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 202 154 77 0 0.24 0.62 0.21 36.96 0.54 0.55
Hex CA 9A 4D 0 18 3E 15 25 36 37
Octal 312 232 115 0 30 76 25 45 66 67
Binary 11001010 10011010 1001101 0 11000 111110 10101 100101 110110 110111

Color Harmonies of #CA9A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9A4D

Black with #CA9A4D

Text Example


Text Example

White with #CA9A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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