Html Css Color HEX #CDC991 Winter Hazel

📋 copy color: '#CDC991'

red 205 ◦ green 201 ◦ blue 145

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

Shades of Winter Hazel #CDC991

Tints of Winter Hazel #CDC991

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.48%

 BLUE value IS 145 (57.03% from 255) = 26.32%

R = 37.21%
G = 36.48%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CDC991 (or 0xCDC991) is known color: Winter Hazel. HEX triplet: CD, C9 and 91. RGB value is (205,201,145). Sum of RGB (Red+Green+Blue) = 205+201+145=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC991 is #32366E. Grayscale: #C4C4C4. Windows color (decimal): -3290735 or 9554381. OLE color: 9554381.

HSL color Cylindrical-coordinate representation of color #CDC991: hue angle of 56º degrees, saturation: 0.38, 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 #CDC991 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 201 145 -
CMYK 0 0.02 0.29 0.20
HSL 56º 0.38% 0.69% -
HSV(B) 56º 0.29% 0.8% -
XYZ 51.17 56.8 35.05 -
YUV 195.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 205 201 145 0 0.02 0.29 0.20 56 0.38 0.69
Hex CD C9 91 0 2 1D 14 38 26 45
Octal 315 311 221 0 2 35 24 70 46 105
Binary 11001101 11001001 10010001 0 10 11101 10100 111000 100110 1000101

Color Harmonies of #CDC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC991

Black with #CDC991

Text Example


Text Example

White with #CDC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC991; }

 p { color: rgb(205,201,145); }

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

background-color css

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

 a { background-color: rgb(205,201,145); }

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

border-color css

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

 span { border-color: rgb(205,201,145); }

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