Html Css Color HEX #CC974E Tussock

📋 copy color: '#CC974E'

red 204 ◦ green 151 ◦ blue 78

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

Shades of Tussock #CC974E

Tints of Tussock #CC974E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.01%

R = 47.11%
G = 34.87%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC974E (or 0xCC974E) is known color: Tussock. HEX triplet: CC, 97 and 4E. RGB value is (204,151,78). Sum of RGB (Red+Green+Blue) = 204+151+78=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC974E is #3368B1. Grayscale: #9E9E9E. Windows color (decimal): -3369138 or 5150668. OLE color: 5150668.

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

Color convert

RGB 204 151 78 -
CMYK 0 0.26 0.62 0.2
HSL 34.76º 0.55% 0.55% -
HSV(B) 34.76º 0.62% 0.8% -
XYZ 37.34 35.52 12.1 -
YUV 158.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 204 151 78 0 0.26 0.62 0.2 34.76 0.55 0.55
Hex CC 97 4E 0 1A 3E 14 23 37 37
Octal 314 227 116 0 32 76 24 43 67 67
Binary 11001100 10010111 1001110 0 11010 111110 10100 100011 110111 110111

Color Harmonies of #CC974E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC974E

Black with #CC974E

Text Example


Text Example

White with #CC974E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC974E; }

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

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

background-color css

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

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

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

border-color css

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

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

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