Html Css Color HEX #CCC172 Winter Hazel

📋 copy color: '#CCC172'

red 204 ◦ green 193 ◦ blue 114

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

Shades of Winter Hazel #CCC172

Tints of Winter Hazel #CCC172

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.77%

 BLUE value IS 114 (44.92% from 255) = 22.31%

R = 39.92%
G = 37.77%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCC172 (or 0xCCC172) is known color: Winter Hazel. HEX triplet: CC, C1 and 72. RGB value is (204,193,114). Sum of RGB (Red+Green+Blue) = 204+193+114=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC172 is #333E8D. Grayscale: #BBBBBB. Windows color (decimal): -3358350 or 7520716. OLE color: 7520716.

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

Color convert

RGB 204 193 114 -
CMYK 0 0.05 0.44 0.2
HSL 52.67º 0.47% 0.62% -
HSV(B) 52.67º 0.44% 0.8% -
XYZ 47.01 52.19 23.52 -
YUV 187.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 204 193 114 0 0.05 0.44 0.2 52.67 0.47 0.62
Hex CC C1 72 0 5 2C 14 35 2F 3E
Octal 314 301 162 0 5 54 24 65 57 76
Binary 11001100 11000001 1110010 0 101 101100 10100 110101 101111 111110

Color Harmonies of #CCC172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC172

Black with #CCC172

Text Example


Text Example

White with #CCC172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC172; }

 p { color: rgb(204,193,114); }

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

background-color css

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

 a { background-color: rgb(204,193,114); }

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

border-color css

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

 span { border-color: rgb(204,193,114); }

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