Html Css Color HEX #CA9C49 Tussock

📋 copy color: '#CA9C49'

red 202 ◦ green 156 ◦ blue 73

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

Shades of Tussock #CA9C49

Tints of Tussock #CA9C49

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.19%

 BLUE value IS 73 (28.91% from 255) = 16.94%

R = 46.87%
G = 36.19%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA9C49 (or 0xCA9C49) is known color: Tussock. HEX triplet: CA, 9C and 49. RGB value is (202,156,73). Sum of RGB (Red+Green+Blue) = 202+156+73=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9C49 is #3563B6. Grayscale: #A0A0A0. Windows color (decimal): -3498935 or 4824266. OLE color: 4824266.

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

Color convert

RGB 202 156 73 -
CMYK 0 0.23 0.64 0.21
HSL 38.6º 0.55% 0.54% -
HSV(B) 38.6º 0.64% 0.79% -
XYZ 37.45 36.81 11.44 -
YUV 160.29 78.74 157.75 -
System Red Green Blue C M Y K H S L
Decimal 202 156 73 0 0.23 0.64 0.21 38.6 0.55 0.54
Hex CA 9C 49 0 17 40 15 27 37 36
Octal 312 234 111 0 27 100 25 47 67 66
Binary 11001010 10011100 1001001 0 10111 1000000 10101 100111 110111 110110

Color Harmonies of #CA9C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C49

Black with #CA9C49

Text Example


Text Example

White with #CA9C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C49; }

 p { color: rgb(202,156,73); }

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

background-color css

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

 a { background-color: rgb(202,156,73); }

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

border-color css

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

 span { border-color: rgb(202,156,73); }

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