Html Css Color HEX #CBBE85 Winter Hazel

📋 copy color: '#CBBE85'

red 203 ◦ green 190 ◦ blue 133

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

Shades of Winter Hazel #CBBE85

Tints of Winter Hazel #CBBE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.29%

R = 38.59%
G = 36.12%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CBBE85 (or 0xCBBE85) is known color: Winter Hazel. HEX triplet: CB, BE and 85. RGB value is (203,190,133). Sum of RGB (Red+Green+Blue) = 203+190+133=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBE85 is #34417A. Grayscale: #BBBBBB. Windows color (decimal): -3424635 or 8765131. OLE color: 8765131.

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

Color convert

RGB 203 190 133 -
CMYK 0 0.06 0.34 0.20
HSL 48.86º 0.4% 0.66% -
HSV(B) 48.86º 0.34% 0.8% -
XYZ 47.28 51.22 29.58 -
YUV 187.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 203 190 133 0 0.06 0.34 0.20 48.86 0.4 0.66
Hex CB BE 85 0 6 22 14 31 28 42
Octal 313 276 205 0 6 42 24 61 50 102
Binary 11001011 10111110 10000101 0 110 100010 10100 110001 101000 1000010

Color Harmonies of #CBBE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBE85

Black with #CBBE85

Text Example


Text Example

White with #CBBE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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