Html Css Color HEX #CA9549 Tussock

📋 copy color: '#CA9549'

red 202 ◦ green 149 ◦ blue 73

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

Shades of Tussock #CA9549

Tints of Tussock #CA9549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.14%

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

R = 47.64%
G = 35.14%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA9549 (or 0xCA9549) is known color: Tussock. HEX triplet: CA, 95 and 49. RGB value is (202,149,73). Sum of RGB (Red+Green+Blue) = 202+149+73=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9549 is #356AB6. Grayscale: #9C9C9C. Windows color (decimal): -3500727 or 4822474. OLE color: 4822474.

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

Color convert

RGB 202 149 73 -
CMYK 0 0.26 0.64 0.21
HSL 35.35º 0.55% 0.54% -
HSV(B) 35.35º 0.64% 0.79% -
XYZ 36.31 34.53 11.06 -
YUV 156.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 202 149 73 0 0.26 0.64 0.21 35.35 0.55 0.54
Hex CA 95 49 0 1A 40 15 23 37 36
Octal 312 225 111 0 32 100 25 43 67 66
Binary 11001010 10010101 1001001 0 11010 1000000 10101 100011 110111 110110

Color Harmonies of #CA9549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9549

Black with #CA9549

Text Example


Text Example

White with #CA9549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9549; }

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

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

background-color css

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

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

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

border-color css

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

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

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