Html Css Color HEX #C2BC9C Ash

📋 copy color: '#C2BC9C'

red 194 ◦ green 188 ◦ blue 156

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

Shades of Ash #C2BC9C

Tints of Ash #C2BC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29%

R = 36.06%
G = 34.94%
B = 29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2BC9C (or 0xC2BC9C) is known color: Ash. HEX triplet: C2, BC and 9C. RGB value is (194,188,156). Sum of RGB (Red+Green+Blue) = 194+188+156=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC9C is #3D4363. Grayscale: #BABABA. Windows color (decimal): -4014948 or 10271938. OLE color: 10271938.

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

Color convert

RGB 194 188 156 -
CMYK 0 0.03 0.20 0.24
HSL 50.53º 0.24% 0.69% -
HSV(B) 50.53º 0.2% 0.76% -
XYZ 46.23 49.84 38.64 -
YUV 186.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 194 188 156 0 0.03 0.20 0.24 50.53 0.24 0.69
Hex C2 BC 9C 0 3 14 18 33 18 45
Octal 302 274 234 0 3 24 30 63 30 105
Binary 11000010 10111100 10011100 0 11 10100 11000 110011 11000 1000101

Color Harmonies of #C2BC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC9C

Black with #C2BC9C

Text Example


Text Example

White with #C2BC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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