Html Css Color HEX #CDC990 Winter Hazel

📋 copy color: '#CDC990'

red 205 ◦ green 201 ◦ blue 144

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

Shades of Winter Hazel #CDC990

Tints of Winter Hazel #CDC990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.18%

R = 37.27%
G = 36.55%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CDC990 (or 0xCDC990) is known color: Winter Hazel. HEX triplet: CD, C9 and 90. RGB value is (205,201,144). Sum of RGB (Red+Green+Blue) = 205+201+144=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC990 is #32366F. Grayscale: #C3C3C3. Windows color (decimal): -3290736 or 9488845. OLE color: 9488845.

HSL color Cylindrical-coordinate representation of color #CDC990: hue angle of 56.07º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDC990 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 201 144 -
CMYK 0 0.02 0.30 0.20
HSL 56.07º 0.38% 0.68% -
HSV(B) 56.07º 0.3% 0.8% -
XYZ 51.1 56.77 34.65 -
YUV 195.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 205 201 144 0 0.02 0.30 0.20 56.07 0.38 0.68
Hex CD C9 90 0 2 1E 14 38 26 44
Octal 315 311 220 0 2 36 24 70 46 104
Binary 11001101 11001001 10010000 0 10 11110 10100 111000 100110 1000100

Color Harmonies of #CDC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC990

Black with #CDC990

Text Example


Text Example

White with #CDC990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC990; }

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

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

background-color css

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

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

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

border-color css

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

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

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