Html Css Color HEX #CCC28C Winter Hazel

📋 copy color: '#CCC28C'

red 204 ◦ green 194 ◦ blue 140

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

Shades of Winter Hazel #CCC28C

Tints of Winter Hazel #CCC28C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.06%

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 37.92%
G = 36.06%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCC28C (or 0xCCC28C) is known color: Winter Hazel. HEX triplet: CC, C2 and 8C. RGB value is (204,194,140). Sum of RGB (Red+Green+Blue) = 204+194+140=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC28C is #333D73. Grayscale: #BFBFBF. Windows color (decimal): -3358068 or 9224908. OLE color: 9224908.

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

Color convert

RGB 204 194 140 -
CMYK 0 0.05 0.31 0.2
HSL 50.63º 0.39% 0.67% -
HSV(B) 50.63º 0.31% 0.8% -
XYZ 48.93 53.31 32.52 -
YUV 190.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 204 194 140 0 0.05 0.31 0.2 50.63 0.39 0.67
Hex CC C2 8C 0 5 1F 14 33 27 43
Octal 314 302 214 0 5 37 24 63 47 103
Binary 11001100 11000010 10001100 0 101 11111 10100 110011 100111 1000011

Color Harmonies of #CCC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC28C

Black with #CCC28C

Text Example


Text Example

White with #CCC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC28C; }

 p { color: rgb(204,194,140); }

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

background-color css

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

 a { background-color: rgb(204,194,140); }

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

border-color css

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

 span { border-color: rgb(204,194,140); }

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