Html Css Color HEX #CDC190 Winter Hazel

📋 copy color: '#CDC190'

red 205 ◦ green 193 ◦ blue 144

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

Shades of Winter Hazel #CDC190

Tints of Winter Hazel #CDC190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.61%

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

R = 37.82%
G = 35.61%
B = 26.57%

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

#CDC190 (or 0xCDC190) is known color: Winter Hazel. HEX triplet: CD, C1 and 90. RGB value is (205,193,144). Sum of RGB (Red+Green+Blue) = 205+193+144=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC190 is #323E6F. Grayscale: #BFBFBF. Windows color (decimal): -3292784 or 9486797. OLE color: 9486797.

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

Color convert

RGB 205 193 144 -
CMYK 0 0.06 0.30 0.20
HSL 48.2º 0.38% 0.68% -
HSV(B) 48.2º 0.3% 0.8% -
XYZ 49.28 53.13 34.04 -
YUV 191 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 205 193 144 0 0.06 0.30 0.20 48.2 0.38 0.68
Hex CD C1 90 0 6 1E 14 30 26 44
Octal 315 301 220 0 6 36 24 60 46 104
Binary 11001101 11000001 10010000 0 110 11110 10100 110000 100110 1000100

Color Harmonies of #CDC190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC190

Black with #CDC190

Text Example


Text Example

White with #CDC190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC190; }

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

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

background-color css

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

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

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

border-color css

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

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

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