Html Css Color HEX #CDBE7C Winter Hazel

📋 copy color: '#CDBE7C'

red 205 ◦ green 190 ◦ blue 124

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

Shades of Winter Hazel #CDBE7C

Tints of Winter Hazel #CDBE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.89%

R = 39.5%
G = 36.61%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CDBE7C (or 0xCDBE7C) is known color: Winter Hazel. HEX triplet: CD, BE and 7C. RGB value is (205,190,124). Sum of RGB (Red+Green+Blue) = 205+190+124=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBE7C is #324183. Grayscale: #BBBBBB. Windows color (decimal): -3293572 or 8175309. OLE color: 8175309.

HSL color Cylindrical-coordinate representation of color #CDBE7C: hue angle of 48.89º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDBE7C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 190 124 -
CMYK 0 0.07 0.40 0.20
HSL 48.89º 0.45% 0.65% -
HSV(B) 48.89º 0.4% 0.8% -
XYZ 47.23 51.26 26.47 -
YUV 186.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 205 190 124 0 0.07 0.40 0.20 48.89 0.45 0.65
Hex CD BE 7C 0 7 28 14 31 2D 41
Octal 315 276 174 0 7 50 24 61 55 101
Binary 11001101 10111110 1111100 0 111 101000 10100 110001 101101 1000001

Color Harmonies of #CDBE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBE7C

Black with #CDBE7C

Text Example


Text Example

White with #CDBE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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