Html Css Color HEX #CA994A Tussock

📋 copy color: '#CA994A'

red 202 ◦ green 153 ◦ blue 74

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

Shades of Tussock #CA994A

Tints of Tussock #CA994A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.25%

R = 47.09%
G = 35.66%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA994A (or 0xCA994A) is known color: Tussock. HEX triplet: CA, 99 and 4A. RGB value is (202,153,74). Sum of RGB (Red+Green+Blue) = 202+153+74=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA994A is #3566B5. Grayscale: #9F9F9F. Windows color (decimal): -3499702 or 4889034. OLE color: 4889034.

HSL color Cylindrical-coordinate representation of color #CA994A: hue angle of 37.03º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA994A is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 153 74 -
CMYK 0 0.24 0.63 0.21
HSL 37.03º 0.55% 0.54% -
HSV(B) 37.03º 0.63% 0.79% -
XYZ 36.98 35.83 11.45 -
YUV 158.65 80.23 158.92 -
System Red Green Blue C M Y K H S L
Decimal 202 153 74 0 0.24 0.63 0.21 37.03 0.55 0.54
Hex CA 99 4A 0 18 3F 15 25 37 36
Octal 312 231 112 0 30 77 25 45 67 66
Binary 11001010 10011001 1001010 0 11000 111111 10101 100101 110111 110110

Color Harmonies of #CA994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA994A

Black with #CA994A

Text Example


Text Example

White with #CA994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA994A; }

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

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

background-color css

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

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

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

border-color css

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

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

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