Html Css Color HEX #CBC186 Winter Hazel

📋 copy color: '#CBC186'

red 203 ◦ green 193 ◦ blue 134

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

Shades of Winter Hazel #CBC186

Tints of Winter Hazel #CBC186

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.42%

 BLUE value IS 134 (52.73% from 255) = 25.28%

R = 38.3%
G = 36.42%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CBC186 (or 0xCBC186) is known color: Winter Hazel. HEX triplet: CB, C1 and 86. RGB value is (203,193,134). Sum of RGB (Red+Green+Blue) = 203+193+134=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC186 is #343E79. Grayscale: #BDBDBD. Windows color (decimal): -3423866 or 8831435. OLE color: 8831435.

HSL color Cylindrical-coordinate representation of color #CBC186: hue angle of 51.3º 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 #CBC186 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 193 134 -
CMYK 0 0.05 0.34 0.20
HSL 51.3º 0.4% 0.66% -
HSV(B) 51.3º 0.34% 0.8% -
XYZ 48 52.56 30.17 -
YUV 189.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 203 193 134 0 0.05 0.34 0.20 51.3 0.4 0.66
Hex CB C1 86 0 5 22 14 33 28 42
Octal 313 301 206 0 5 42 24 63 50 102
Binary 11001011 11000001 10000110 0 101 100010 10100 110011 101000 1000010

Color Harmonies of #CBC186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC186

Black with #CBC186

Text Example


Text Example

White with #CBC186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC186; }

 p { color: rgb(203,193,134); }

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

background-color css

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

 a { background-color: rgb(203,193,134); }

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

border-color css

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

 span { border-color: rgb(203,193,134); }

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