Html Css Color HEX #CDC491 Winter Hazel

📋 copy color: '#CDC491'

red 205 ◦ green 196 ◦ blue 145

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

Shades of Winter Hazel #CDC491

Tints of Winter Hazel #CDC491

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.9%

 BLUE value IS 145 (57.03% from 255) = 26.56%

R = 37.55%
G = 35.9%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CDC491 (or 0xCDC491) is known color: Winter Hazel. HEX triplet: CD, C4 and 91. RGB value is (205,196,145). Sum of RGB (Red+Green+Blue) = 205+196+145=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC491 is #323B6E. Grayscale: #C1C1C1. Windows color (decimal): -3292015 or 9553101. OLE color: 9553101.

HSL color Cylindrical-coordinate representation of color #CDC491: hue angle of 51º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDC491 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 196 145 -
CMYK 0 0.04 0.29 0.20
HSL 51º 0.38% 0.69% -
HSV(B) 51º 0.29% 0.8% -
XYZ 50.03 54.5 34.67 -
YUV 192.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 205 196 145 0 0.04 0.29 0.20 51 0.38 0.69
Hex CD C4 91 0 4 1D 14 33 26 45
Octal 315 304 221 0 4 35 24 63 46 105
Binary 11001101 11000100 10010001 0 100 11101 10100 110011 100110 1000101

Color Harmonies of #CDC491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC491

Black with #CDC491

Text Example


Text Example

White with #CDC491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC491; }

 p { color: rgb(205,196,145); }

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

background-color css

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

 a { background-color: rgb(205,196,145); }

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

border-color css

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

 span { border-color: rgb(205,196,145); }

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