Html Css Color HEX #CDC887 Winter Hazel

📋 copy color: '#CDC887'

red 205 ◦ green 200 ◦ blue 135

#CDC887
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CDC887

Tints of Winter Hazel #CDC887

RGB

 RED value IS 205 (80.47% from 255) = 37.96%

 GREEN value IS 200 (78.52% from 255) = 37.04%

 BLUE value IS 135 (53.13% from 255) = 25%

R = 37.96%
G = 37.04%
B = 25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CDC887 (or 0xCDC887) is known color: Winter Hazel. HEX triplet: CD, C8 and 87. RGB value is (205,200,135). Sum of RGB (Red+Green+Blue) = 205+200+135=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC887 is #323778. Grayscale: #C2C2C2. Windows color (decimal): -3291001 or 8898765. OLE color: 8898765.

HSL color Cylindrical-coordinate representation of color #CDC887: hue angle of 55.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDC887 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 200 135 -
CMYK 0 0.02 0.34 0.20
HSL 55.71º 0.41% 0.67% -
HSV(B) 55.71º 0.34% 0.8% -
XYZ 50.2 56.04 31.09 -
YUV 194.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 205 200 135 0 0.02 0.34 0.20 55.71 0.41 0.67
Hex CD C8 87 0 2 22 14 38 29 43
Octal 315 310 207 0 2 42 24 70 51 103
Binary 11001101 11001000 10000111 0 10 100010 10100 111000 101001 1000011

Color Harmonies of #CDC887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC887

Black with #CDC887

Text Example


Text Example

White with #CDC887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC887; }

 p { color: rgb(205,200,135); }

 H1.HeaderClassName
 {
   color: #CDC887;
 }
 .AnyTagClassName
 {
   color: #CDC887;
 }
</style>

background-color css

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

 a { background-color: rgb(205,200,135); }

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

border-color css

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

 span { border-color: rgb(205,200,135); }

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