Html Css Color HEX #CDC290 Winter Hazel

📋 copy color: '#CDC290'

red 205 ◦ green 194 ◦ blue 144

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

Shades of Winter Hazel #CDC290

Tints of Winter Hazel #CDC290

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.73%

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

R = 37.75%
G = 35.73%
B = 26.52%

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

#CDC290 (or 0xCDC290) is known color: Winter Hazel. HEX triplet: CD, C2 and 90. RGB value is (205,194,144). Sum of RGB (Red+Green+Blue) = 205+194+144=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC290 is #323D6F. Grayscale: #BFBFBF. Windows color (decimal): -3292528 or 9487053. OLE color: 9487053.

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

Color convert

RGB 205 194 144 -
CMYK 0 0.05 0.30 0.20
HSL 49.18º 0.38% 0.68% -
HSV(B) 49.18º 0.3% 0.8% -
XYZ 49.5 53.58 34.12 -
YUV 191.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 205 194 144 0 0.05 0.30 0.20 49.18 0.38 0.68
Hex CD C2 90 0 5 1E 14 31 26 44
Octal 315 302 220 0 5 36 24 61 46 104
Binary 11001101 11000010 10010000 0 101 11110 10100 110001 100110 1000100

Color Harmonies of #CDC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC290

Black with #CDC290

Text Example


Text Example

White with #CDC290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC290; }

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

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

background-color css

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

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

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

border-color css

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

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

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