Html Css Color HEX #C2BC9F Ash

📋 copy color: '#C2BC9F'

red 194 ◦ green 188 ◦ blue 159

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

Shades of Ash #C2BC9F

Tints of Ash #C2BC9F

RGB

 RED value IS 194 (76.17% from 255) = 35.86%

 GREEN value IS 188 (73.83% from 255) = 34.75%

 BLUE value IS 159 (62.5% from 255) = 29.39%

R = 35.86%
G = 34.75%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2BC9F (or 0xC2BC9F) is known color: Ash. HEX triplet: C2, BC and 9F. RGB value is (194,188,159). Sum of RGB (Red+Green+Blue) = 194+188+159=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC9F is #3D4360. Grayscale: #BABABA. Windows color (decimal): -4014945 or 10468546. OLE color: 10468546.

HSL color Cylindrical-coordinate representation of color #C2BC9F: hue angle of 49.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2BC9F is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 159 -
CMYK 0 0.03 0.18 0.24
HSL 49.71º 0.22% 0.69% -
HSV(B) 49.71º 0.18% 0.76% -
XYZ 46.49 49.94 39.99 -
YUV 186.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 194 188 159 0 0.03 0.18 0.24 49.71 0.22 0.69
Hex C2 BC 9F 0 3 12 18 32 16 45
Octal 302 274 237 0 3 22 30 62 26 105
Binary 11000010 10111100 10011111 0 11 10010 11000 110010 10110 1000101

Color Harmonies of #C2BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC9F

Black with #C2BC9F

Text Example


Text Example

White with #C2BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC9F; }

 p { color: rgb(194,188,159); }

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

background-color css

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

 a { background-color: rgb(194,188,159); }

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

border-color css

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

 span { border-color: rgb(194,188,159); }

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