Html Css Color HEX #CCC68C Winter Hazel

📋 copy color: '#CCC68C'

red 204 ◦ green 198 ◦ blue 140

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

Shades of Winter Hazel #CCC68C

Tints of Winter Hazel #CCC68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.53%

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

R = 37.64%
G = 36.53%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCC68C (or 0xCCC68C) is known color: Winter Hazel. HEX triplet: CC, C6 and 8C. RGB value is (204,198,140). Sum of RGB (Red+Green+Blue) = 204+198+140=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC68C is #333973. Grayscale: #C1C1C1. Windows color (decimal): -3357044 or 9225932. OLE color: 9225932.

HSL color Cylindrical-coordinate representation of color #CCC68C: hue angle of 54.38º 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 #CCC68C is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 140 -
CMYK 0 0.03 0.31 0.2
HSL 54.38º 0.39% 0.67% -
HSV(B) 54.38º 0.31% 0.8% -
XYZ 49.83 55.12 32.82 -
YUV 193.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 204 198 140 0 0.03 0.31 0.2 54.38 0.39 0.67
Hex CC C6 8C 0 3 1F 14 36 27 43
Octal 314 306 214 0 3 37 24 66 47 103
Binary 11001100 11000110 10001100 0 11 11111 10100 110110 100111 1000011

Color Harmonies of #CCC68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC68C

Black with #CCC68C

Text Example


Text Example

White with #CCC68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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