#CDC270

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

Shades of Winter Hazel #CDC270

Tints of Winter Hazel #CDC270

Color information

#CDC270 (or 0xCDC270) is unknown color: approx Winter Hazel. HEX triplet: CD, C2 and 70. RGB value is (205,194,112). Sum of RGB (Red+Green+Blue) = 205+194+112=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC270 is #323D8F. Grayscale: #BCBCBC. Windows color (decimal): -3292560 or 7389901. OLE color: 7389901.

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

Color convert

RGB205194112-
CMYK00.050.450.20
HSL52.9º48.19%62.16%-
HSV(B)52.9º45.37%80.39%-
XYZ47.3952.7323.01-
YUV187.9485.14140.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 112 (44.14% from 255) = 21.92%
R=40.12%
G=37.96%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519411200.050.450.2052.948.1962.16
HexCDC270052D1435303e
Octal315302160055524656076
Binary11001101110000101110000010110110110100110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC270; }

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

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

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

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

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

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

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

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