#CCC68A

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

Shades of Winter Hazel #CCC68A

Tints of Winter Hazel #CCC68A

Color information

#CCC68A (or 0xCCC68A) is unknown color: approx Winter Hazel. HEX triplet: CC, C6 and 8A. RGB value is (204,198,138). Sum of RGB (Red+Green+Blue) = 204+198+138=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC68A is #333975. Grayscale: #C1C1C1. Windows color (decimal): -3357046 or 9094860. OLE color: 9094860.

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

Color convert

RGB204198138-
CMYK00.030.320.2
HSL54.55º39.29%67.06%-
HSV(B)54.55º32.35%80%-
XYZ49.6855.0632.05-
YUV192.9596.99135.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 198 (77.73% from 255) = 36.67%
BLUE value IS 138 (54.30% from 255) = 25.56%
R=37.78%
G=36.67%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419813800.030.320.254.5539.2967.06
HexCCC68A032014372743
Octal3143062120340246747103
Binary110011001100011010001010011100000101001101111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC68A; }

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

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

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

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

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

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

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

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