Html Css Color HEX #CBBE7D Winter Hazel

📋 copy color: '#CBBE7D'

red 203 ◦ green 190 ◦ blue 125

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

Shades of Winter Hazel #CBBE7D

Tints of Winter Hazel #CBBE7D

RGB

 RED value IS 203 (79.69% from 255) = 39.19%

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

 BLUE value IS 125 (49.22% from 255) = 24.13%

R = 39.19%
G = 36.68%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CBBE7D (or 0xCBBE7D) is known color: Winter Hazel. HEX triplet: CB, BE and 7D. RGB value is (203,190,125). Sum of RGB (Red+Green+Blue) = 203+190+125=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBE7D is #344182. Grayscale: #BABABA. Windows color (decimal): -3424643 or 8240843. OLE color: 8240843.

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

Color convert

RGB 203 190 125 -
CMYK 0 0.06 0.38 0.20
HSL 50º 0.43% 0.64% -
HSV(B) 50º 0.38% 0.8% -
XYZ 46.74 51 26.78 -
YUV 186.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 203 190 125 0 0.06 0.38 0.20 50 0.43 0.64
Hex CB BE 7D 0 6 26 14 32 2B 40
Octal 313 276 175 0 6 46 24 62 53 100
Binary 11001011 10111110 1111101 0 110 100110 10100 110010 101011 1000000

Color Harmonies of #CBBE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBE7D

Black with #CBBE7D

Text Example


Text Example

White with #CBBE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBE7D; }

 p { color: rgb(203,190,125); }

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

background-color css

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

 a { background-color: rgb(203,190,125); }

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

border-color css

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

 span { border-color: rgb(203,190,125); }

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