Html Css Color HEX #CDBE8C Winter Hazel

📋 copy color: '#CDBE8C'

red 205 ◦ green 190 ◦ blue 140

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

Shades of Winter Hazel #CDBE8C

Tints of Winter Hazel #CDBE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.17%

R = 38.32%
G = 35.51%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CDBE8C (or 0xCDBE8C) is known color: Winter Hazel. HEX triplet: CD, BE and 8C. RGB value is (205,190,140). Sum of RGB (Red+Green+Blue) = 205+190+140=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBE8C is #324173. Grayscale: #BDBDBD. Windows color (decimal): -3293556 or 9223885. OLE color: 9223885.

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

Color convert

RGB 205 190 140 -
CMYK 0 0.07 0.32 0.20
HSL 46.15º 0.39% 0.68% -
HSV(B) 46.15º 0.32% 0.8% -
XYZ 48.32 51.7 32.24 -
YUV 188.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 205 190 140 0 0.07 0.32 0.20 46.15 0.39 0.68
Hex CD BE 8C 0 7 20 14 2E 27 44
Octal 315 276 214 0 7 40 24 56 47 104
Binary 11001101 10111110 10001100 0 111 100000 10100 101110 100111 1000100

Color Harmonies of #CDBE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBE8C

Black with #CDBE8C

Text Example


Text Example

White with #CDBE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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