Html Css Color HEX #CC976D Fallow

📋 copy color: '#CC976D'

red 204 ◦ green 151 ◦ blue 109

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

Shades of Fallow #CC976D

Tints of Fallow #CC976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.49%

R = 43.97%
G = 32.54%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC976D (or 0xCC976D) is known color: Fallow. HEX triplet: CC, 97 and 6D. RGB value is (204,151,109). Sum of RGB (Red+Green+Blue) = 204+151+109=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC976D is #336892. Grayscale: #A2A2A2. Windows color (decimal): -3369107 or 7182284. OLE color: 7182284.

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

Color convert

RGB 204 151 109 -
CMYK 0 0.26 0.47 0.2
HSL 26.53º 0.48% 0.61% -
HSV(B) 26.53º 0.47% 0.8% -
XYZ 38.73 36.07 19.39 -
YUV 162.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 204 151 109 0 0.26 0.47 0.2 26.53 0.48 0.61
Hex CC 97 6D 0 1A 2F 14 1B 30 3D
Octal 314 227 155 0 32 57 24 33 60 75
Binary 11001100 10010111 1101101 0 11010 101111 10100 11011 110000 111101

Color Harmonies of #CC976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC976D

Black with #CC976D

Text Example


Text Example

White with #CC976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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