Html Css Color HEX #C2BBA2 Ash

📋 copy color: '#C2BBA2'

red 194 ◦ green 187 ◦ blue 162

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

Shades of Ash #C2BBA2

Tints of Ash #C2BBA2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.44%

 BLUE value IS 162 (63.67% from 255) = 29.83%

R = 35.73%
G = 34.44%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C2BBA2 (or 0xC2BBA2) is known color: Ash. HEX triplet: C2, BB and A2. RGB value is (194,187,162). Sum of RGB (Red+Green+Blue) = 194+187+162=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BBA2 is #3D445D. Grayscale: #BABABA. Windows color (decimal): -4015198 or 10664898. OLE color: 10664898.

HSL color Cylindrical-coordinate representation of color #C2BBA2: hue angle of 46.88º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2BBA2 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 187 162 -
CMYK 0 0.04 0.16 0.24
HSL 46.88º 0.21% 0.7% -
HSV(B) 46.88º 0.16% 0.76% -
XYZ 46.54 49.62 41.31 -
YUV 186.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 194 187 162 0 0.04 0.16 0.24 46.88 0.21 0.7
Hex C2 BB A2 0 4 10 18 2F 15 46
Octal 302 273 242 0 4 20 30 57 25 106
Binary 11000010 10111011 10100010 0 100 10000 11000 101111 10101 1000110

Color Harmonies of #C2BBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBA2

Black with #C2BBA2

Text Example


Text Example

White with #C2BBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBA2; }

 p { color: rgb(194,187,162); }

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

background-color css

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

 a { background-color: rgb(194,187,162); }

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

border-color css

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

 span { border-color: rgb(194,187,162); }

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