Html Css Color HEX #CC974A Tussock

📋 copy color: '#CC974A'

red 204 ◦ green 151 ◦ blue 74

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

Shades of Tussock #CC974A

Tints of Tussock #CC974A

RGB

 RED value IS 204 (80.08% from 255) = 47.55%

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

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

R = 47.55%
G = 35.2%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC974A (or 0xCC974A) is known color: Tussock. HEX triplet: CC, 97 and 4A. RGB value is (204,151,74). Sum of RGB (Red+Green+Blue) = 204+151+74=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC974A is #3368B5. Grayscale: #9E9E9E. Windows color (decimal): -3369142 or 4888524. OLE color: 4888524.

HSL color Cylindrical-coordinate representation of color #CC974A: hue angle of 35.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC974A is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 151 74 -
CMYK 0 0.26 0.64 0.2
HSL 35.54º 0.56% 0.55% -
HSV(B) 35.54º 0.64% 0.8% -
XYZ 37.2 35.47 11.36 -
YUV 158.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 204 151 74 0 0.26 0.64 0.2 35.54 0.56 0.55
Hex CC 97 4A 0 1A 40 14 24 38 37
Octal 314 227 112 0 32 100 24 44 70 67
Binary 11001100 10010111 1001010 0 11010 1000000 10100 100100 111000 110111

Color Harmonies of #CC974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC974A

Black with #CC974A

Text Example


Text Example

White with #CC974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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