Html Css Color HEX #CA974C Tussock

📋 copy color: '#CA974C'

red 202 ◦ green 151 ◦ blue 76

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

Shades of Tussock #CA974C

Tints of Tussock #CA974C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.2%

 BLUE value IS 76 (30.08% from 255) = 17.72%

R = 47.09%
G = 35.2%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA974C (or 0xCA974C) is known color: Tussock. HEX triplet: CA, 97 and 4C. RGB value is (202,151,76). Sum of RGB (Red+Green+Blue) = 202+151+76=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA974C is #3568B3. Grayscale: #9E9E9E. Windows color (decimal): -3500212 or 5019594. OLE color: 5019594.

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

Color convert

RGB 202 151 76 -
CMYK 0 0.25 0.62 0.21
HSL 35.71º 0.54% 0.55% -
HSV(B) 35.71º 0.62% 0.79% -
XYZ 36.73 35.21 11.7 -
YUV 157.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 202 151 76 0 0.25 0.62 0.21 35.71 0.54 0.55
Hex CA 97 4C 0 19 3E 15 24 36 37
Octal 312 227 114 0 31 76 25 44 66 67
Binary 11001010 10010111 1001100 0 11001 111110 10101 100100 110110 110111

Color Harmonies of #CA974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA974C

Black with #CA974C

Text Example


Text Example

White with #CA974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA974C; }

 p { color: rgb(202,151,76); }

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

background-color css

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

 a { background-color: rgb(202,151,76); }

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

border-color css

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

 span { border-color: rgb(202,151,76); }

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