#CDC277

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

Shades of Winter Hazel #CDC277

Tints of Winter Hazel #CDC277

Color information

#CDC277 (or 0xCDC277) is unknown color: approx Winter Hazel. HEX triplet: CD, C2 and 77. RGB value is (205,194,119). Sum of RGB (Red+Green+Blue) = 205+194+119=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC277 is #323D88. Grayscale: #BDBDBD. Windows color (decimal): -3292553 or 7848653. OLE color: 7848653.

HSL color Cylindrical-coordinate representation of color #CDC277: hue angle of 52.33º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDC277 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB205194119-
CMYK00.050.420.20
HSL52.33º46.24%63.53%-
HSV(B)52.33º41.95%80.39%-
XYZ47.852.8925.14-
YUV188.7488.64139.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 119 (46.88% from 255) = 22.97%
R=39.58%
G=37.45%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519411900.050.420.2052.3346.2463.53
HexCDC277052A14342e40
Octal3153021670552246456100
Binary110011011100001011101110101101010101001101001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC277; }

 p { color: rgb(205,194,119); }

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

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

 a { background-color: rgb(205,194,119); }

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

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

 span { border-color: rgb(205,194,119); }

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