Html Css Color HEX #CA974A Tussock

📋 copy color: '#CA974A'

red 202 ◦ green 151 ◦ blue 74

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

Shades of Tussock #CA974A

Tints of Tussock #CA974A

RGB

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

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

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

R = 47.31%
G = 35.36%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA974A (or 0xCA974A) is known color: Tussock. HEX triplet: CA, 97 and 4A. RGB value is (202,151,74). Sum of RGB (Red+Green+Blue) = 202+151+74=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA974A is #3568B5. Grayscale: #9D9D9D. Windows color (decimal): -3500214 or 4888522. OLE color: 4888522.

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

Color convert

RGB 202 151 74 -
CMYK 0 0.25 0.63 0.21
HSL 36.09º 0.55% 0.54% -
HSV(B) 36.09º 0.63% 0.79% -
XYZ 36.66 35.18 11.34 -
YUV 157.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 202 151 74 0 0.25 0.63 0.21 36.09 0.55 0.54
Hex CA 97 4A 0 19 3F 15 24 37 36
Octal 312 227 112 0 31 77 25 44 67 66
Binary 11001010 10010111 1001010 0 11001 111111 10101 100100 110111 110110

Color Harmonies of #CA974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA974A

Black with #CA974A

Text Example


Text Example

White with #CA974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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