Html Css Color HEX #CDC090 Winter Hazel

📋 copy color: '#CDC090'

red 205 ◦ green 192 ◦ blue 144

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

Shades of Winter Hazel #CDC090

Tints of Winter Hazel #CDC090

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.49%

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

R = 37.89%
G = 35.49%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CDC090 (or 0xCDC090) is known color: Winter Hazel. HEX triplet: CD, C0 and 90. RGB value is (205,192,144). Sum of RGB (Red+Green+Blue) = 205+192+144=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC090 is #323F6F. Grayscale: #BEBEBE. Windows color (decimal): -3293040 or 9486541. OLE color: 9486541.

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

Color convert

RGB 205 192 144 -
CMYK 0 0.06 0.30 0.20
HSL 47.21º 0.38% 0.68% -
HSV(B) 47.21º 0.3% 0.8% -
XYZ 49.06 52.69 33.97 -
YUV 190.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 205 192 144 0 0.06 0.30 0.20 47.21 0.38 0.68
Hex CD C0 90 0 6 1E 14 2F 26 44
Octal 315 300 220 0 6 36 24 57 46 104
Binary 11001101 11000000 10010000 0 110 11110 10100 101111 100110 1000100

Color Harmonies of #CDC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC090

Black with #CDC090

Text Example


Text Example

White with #CDC090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC090; }

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

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

background-color css

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

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

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

border-color css

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

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

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