Html Css Color HEX #CA9849 Tussock

📋 copy color: '#CA9849'

red 202 ◦ green 152 ◦ blue 73

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

Shades of Tussock #CA9849

Tints of Tussock #CA9849

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.6%

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

R = 47.31%
G = 35.6%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA9849 (or 0xCA9849) is known color: Tussock. HEX triplet: CA, 98 and 49. RGB value is (202,152,73). Sum of RGB (Red+Green+Blue) = 202+152+73=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9849 is #3567B6. Grayscale: #9E9E9E. Windows color (decimal): -3499959 or 4823242. OLE color: 4823242.

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

Color convert

RGB 202 152 73 -
CMYK 0 0.25 0.64 0.21
HSL 36.74º 0.55% 0.54% -
HSV(B) 36.74º 0.64% 0.79% -
XYZ 36.79 35.49 11.22 -
YUV 157.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 202 152 73 0 0.25 0.64 0.21 36.74 0.55 0.54
Hex CA 98 49 0 19 40 15 25 37 36
Octal 312 230 111 0 31 100 25 45 67 66
Binary 11001010 10011000 1001001 0 11001 1000000 10101 100101 110111 110110

Color Harmonies of #CA9849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9849

Black with #CA9849

Text Example


Text Example

White with #CA9849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9849; }

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

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

background-color css

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

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

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

border-color css

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

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

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