#CCC68D

Color #CCC68D Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CCC68D

Tints of Winter Hazel #CCC68D

Color information

#CCC68D (or 0xCCC68D) is unknown color: approx Winter Hazel. HEX triplet: CC, C6 and 8D. RGB value is (204,198,141). Sum of RGB (Red+Green+Blue) = 204+198+141=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC68D is #333972. Grayscale: #C1C1C1. Windows color (decimal): -3357043 or 9291468. OLE color: 9291468.

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

Color convert

RGB204198141-
CMYK00.030.310.2
HSL54.29º38.18%67.65%-
HSV(B)54.29º30.88%80%-
XYZ49.955.1533.21-
YUV193.398.49135.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 198 (77.73% from 255) = 36.46%
BLUE value IS 141 (55.47% from 255) = 25.97%
R=37.57%
G=36.46%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419814100.030.310.254.2938.1867.65
HexCCC68D031F14362644
Octal3143062150337246646104
Binary11001100110001101000110101111111101001101101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC68D; }

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

 H1.HeaderClassName
 {
   color: #CCC68D;
 }
 .AnyTagClassName
 {
   color: #CCC68D;
 }
</style>
background-color css

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

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

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

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

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

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