Html Css Color HEX #CDBE73 Winter Hazel

📋 copy color: '#CDBE73'

red 205 ◦ green 190 ◦ blue 115

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

Shades of Winter Hazel #CDBE73

Tints of Winter Hazel #CDBE73

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.25%

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 40.2%
G = 37.25%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDBE73 (or 0xCDBE73) is known color: Winter Hazel. HEX triplet: CD, BE and 73. RGB value is (205,190,115). Sum of RGB (Red+Green+Blue) = 205+190+115=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBE73 is #32418C. Grayscale: #BABABA. Windows color (decimal): -3293581 or 7585485. OLE color: 7585485.

HSL color Cylindrical-coordinate representation of color #CDBE73: hue angle of 50º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDBE73 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 190 115 -
CMYK 0 0.07 0.44 0.20
HSL 50º 0.47% 0.63% -
HSV(B) 50º 0.44% 0.8% -
XYZ 46.68 51.04 23.61 -
YUV 185.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 205 190 115 0 0.07 0.44 0.20 50 0.47 0.63
Hex CD BE 73 0 7 2C 14 32 2F 3F
Octal 315 276 163 0 7 54 24 62 57 77
Binary 11001101 10111110 1110011 0 111 101100 10100 110010 101111 111111

Color Harmonies of #CDBE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBE73

Black with #CDBE73

Text Example


Text Example

White with #CDBE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBE73; }

 p { color: rgb(205,190,115); }

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

background-color css

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

 a { background-color: rgb(205,190,115); }

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

border-color css

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

 span { border-color: rgb(205,190,115); }

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