Html Css Color HEX #CA9949 Tussock

📋 copy color: '#CA9949'

red 202 ◦ green 153 ◦ blue 73

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

Shades of Tussock #CA9949

Tints of Tussock #CA9949

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.75%

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

R = 47.2%
G = 35.75%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA9949 (or 0xCA9949) is known color: Tussock. HEX triplet: CA, 99 and 49. RGB value is (202,153,73). Sum of RGB (Red+Green+Blue) = 202+153+73=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9949 is #3566B6. Grayscale: #9E9E9E. Windows color (decimal): -3499703 or 4823498. OLE color: 4823498.

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

Color convert

RGB 202 153 73 -
CMYK 0 0.24 0.64 0.21
HSL 37.21º 0.55% 0.54% -
HSV(B) 37.21º 0.64% 0.79% -
XYZ 36.95 35.82 11.27 -
YUV 158.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 202 153 73 0 0.24 0.64 0.21 37.21 0.55 0.54
Hex CA 99 49 0 18 40 15 25 37 36
Octal 312 231 111 0 30 100 25 45 67 66
Binary 11001010 10011001 1001001 0 11000 1000000 10101 100101 110111 110110

Color Harmonies of #CA9949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9949

Black with #CA9949

Text Example


Text Example

White with #CA9949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9949; }

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

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

background-color css

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

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

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

border-color css

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

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

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