Html Css Color HEX #CA994B Tussock

📋 copy color: '#CA994B'

red 202 ◦ green 153 ◦ blue 75

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

Shades of Tussock #CA994B

Tints of Tussock #CA994B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.44%

R = 46.98%
G = 35.58%
B = 17.44%

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

#CA994B (or 0xCA994B) is known color: Tussock. HEX triplet: CA, 99 and 4B. RGB value is (202,153,75). Sum of RGB (Red+Green+Blue) = 202+153+75=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA994B is #3566B4. Grayscale: #9F9F9F. Windows color (decimal): -3499701 or 4954570. OLE color: 4954570.

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

Color convert

RGB 202 153 75 -
CMYK 0 0.24 0.63 0.21
HSL 36.85º 0.55% 0.54% -
HSV(B) 36.85º 0.63% 0.79% -
XYZ 37.02 35.85 11.62 -
YUV 158.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 202 153 75 0 0.24 0.63 0.21 36.85 0.55 0.54
Hex CA 99 4B 0 18 3F 15 25 37 36
Octal 312 231 113 0 30 77 25 45 67 66
Binary 11001010 10011001 1001011 0 11000 111111 10101 100101 110111 110110

Color Harmonies of #CA994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA994B

Black with #CA994B

Text Example


Text Example

White with #CA994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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