Html Css Color HEX #CC974C Tussock

📋 copy color: '#CC974C'

red 204 ◦ green 151 ◦ blue 76

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

Shades of Tussock #CC974C

Tints of Tussock #CC974C

RGB

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

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

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

R = 47.33%
G = 35.03%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC974C (or 0xCC974C) is known color: Tussock. HEX triplet: CC, 97 and 4C. RGB value is (204,151,76). Sum of RGB (Red+Green+Blue) = 204+151+76=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC974C is #3368B3. Grayscale: #9E9E9E. Windows color (decimal): -3369140 or 5019596. OLE color: 5019596.

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

Color convert

RGB 204 151 76 -
CMYK 0 0.26 0.63 0.2
HSL 35.16º 0.56% 0.55% -
HSV(B) 35.16º 0.63% 0.8% -
XYZ 37.27 35.49 11.72 -
YUV 158.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 204 151 76 0 0.26 0.63 0.2 35.16 0.56 0.55
Hex CC 97 4C 0 1A 3F 14 23 38 37
Octal 314 227 114 0 32 77 24 43 70 67
Binary 11001100 10010111 1001100 0 11010 111111 10100 100011 111000 110111

Color Harmonies of #CC974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC974C

Black with #CC974C

Text Example


Text Example

White with #CC974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC974C; }

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

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

background-color css

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

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

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

border-color css

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

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

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