Html Css Color HEX #CDC788 Winter Hazel

📋 copy color: '#CDC788'

red 205 ◦ green 199 ◦ blue 136

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

Shades of Winter Hazel #CDC788

Tints of Winter Hazel #CDC788

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.85%

 BLUE value IS 136 (53.52% from 255) = 25.19%

R = 37.96%
G = 36.85%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CDC788 (or 0xCDC788) is known color: Winter Hazel. HEX triplet: CD, C7 and 88. RGB value is (205,199,136). Sum of RGB (Red+Green+Blue) = 205+199+136=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC788 is #323877. Grayscale: #C1C1C1. Windows color (decimal): -3291256 or 8964045. OLE color: 8964045.

HSL color Cylindrical-coordinate representation of color #CDC788: hue angle of 54.78º 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 #CDC788 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 199 136 -
CMYK 0 0.03 0.34 0.20
HSL 54.78º 0.41% 0.67% -
HSV(B) 54.78º 0.34% 0.8% -
XYZ 50.04 55.6 31.39 -
YUV 193.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 205 199 136 0 0.03 0.34 0.20 54.78 0.41 0.67
Hex CD C7 88 0 3 22 14 37 29 43
Octal 315 307 210 0 3 42 24 67 51 103
Binary 11001101 11000111 10001000 0 11 100010 10100 110111 101001 1000011

Color Harmonies of #CDC788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC788

Black with #CDC788

Text Example


Text Example

White with #CDC788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC788; }

 p { color: rgb(205,199,136); }

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

background-color css

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

 a { background-color: rgb(205,199,136); }

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

border-color css

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

 span { border-color: rgb(205,199,136); }

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