#CDC692

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

Shades of Winter Hazel #CDC692

Tints of Winter Hazel #CDC692

Color information

#CDC692 (or 0xCDC692) is unknown color: approx Winter Hazel. HEX triplet: CD, C6 and 92. RGB value is (205,198,146). Sum of RGB (Red+Green+Blue) = 205+198+146=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC692 is #32396D. Grayscale: #C2C2C2. Windows color (decimal): -3291502 or 9619149. OLE color: 9619149.

HSL color Cylindrical-coordinate representation of color #CDC692: hue angle of 52.88º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDC692 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB205198146-
CMYK00.030.290.20
HSL52.88º37.11%68.82%-
HSV(B)52.88º28.78%80.39%-
XYZ50.5655.4435.23-
YUV194.16100.82135.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 198 (77.73% from 255) = 36.07%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=37.34%
G=36.07%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519814600.030.290.2052.8837.1168.82
HexCDC692031D14352545
Octal3153062220335246545105
Binary11001101110001101001001001111101101001101011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC692; }

 p { color: rgb(205,198,146); }

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

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

 a { background-color: rgb(205,198,146); }

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

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

 span { border-color: rgb(205,198,146); }

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