Html Css Color HEX #CDC390 Winter Hazel

📋 copy color: '#CDC390'

red 205 ◦ green 195 ◦ blue 144

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

Shades of Winter Hazel #CDC390

Tints of Winter Hazel #CDC390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.85%

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

R = 37.68%
G = 35.85%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CDC390 (or 0xCDC390) is known color: Winter Hazel. HEX triplet: CD, C3 and 90. RGB value is (205,195,144). Sum of RGB (Red+Green+Blue) = 205+195+144=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC390 is #323C6F. Grayscale: #C0C0C0. Windows color (decimal): -3292272 or 9487309. OLE color: 9487309.

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

Color convert

RGB 205 195 144 -
CMYK 0 0.05 0.30 0.20
HSL 50.16º 0.38% 0.68% -
HSV(B) 50.16º 0.3% 0.8% -
XYZ 49.73 54.02 34.19 -
YUV 192.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 205 195 144 0 0.05 0.30 0.20 50.16 0.38 0.68
Hex CD C3 90 0 5 1E 14 32 26 44
Octal 315 303 220 0 5 36 24 62 46 104
Binary 11001101 11000011 10010000 0 101 11110 10100 110010 100110 1000100

Color Harmonies of #CDC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC390

Black with #CDC390

Text Example


Text Example

White with #CDC390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC390; }

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

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

background-color css

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

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

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

border-color css

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

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

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