Html Css Color HEX #CDBE7B Winter Hazel

📋 copy color: '#CDBE7B'

red 205 ◦ green 190 ◦ blue 123

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

Shades of Winter Hazel #CDBE7B

Tints of Winter Hazel #CDBE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.75%

R = 39.58%
G = 36.68%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CDBE7B (or 0xCDBE7B) is known color: Winter Hazel. HEX triplet: CD, BE and 7B. RGB value is (205,190,123). Sum of RGB (Red+Green+Blue) = 205+190+123=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBE7B is #324184. Grayscale: #BBBBBB. Windows color (decimal): -3293573 or 8109773. OLE color: 8109773.

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

Color convert

RGB 205 190 123 -
CMYK 0 0.07 0.4 0.20
HSL 49.02º 0.45% 0.64% -
HSV(B) 49.02º 0.4% 0.8% -
XYZ 47.17 51.24 26.14 -
YUV 186.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 205 190 123 0 0.07 0.4 0.20 49.02 0.45 0.64
Hex CD BE 7B 0 7 28 14 31 2D 40
Octal 315 276 173 0 7 50 24 61 55 100
Binary 11001101 10111110 1111011 0 111 101000 10100 110001 101101 1000000

Color Harmonies of #CDBE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBE7B

Black with #CDBE7B

Text Example


Text Example

White with #CDBE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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