Html Css Color HEX #C2BBA5 Ash

📋 copy color: '#C2BBA5'

red 194 ◦ green 187 ◦ blue 165

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

Shades of Ash #C2BBA5

Tints of Ash #C2BBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.22%

R = 35.53%
G = 34.25%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C2BBA5 (or 0xC2BBA5) is known color: Ash. HEX triplet: C2, BB and A5. RGB value is (194,187,165). Sum of RGB (Red+Green+Blue) = 194+187+165=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BBA5 is #3D445A. Grayscale: #BABABA. Windows color (decimal): -4015195 or 10861506. OLE color: 10861506.

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

Color convert

RGB 194 187 165 -
CMYK 0 0.04 0.15 0.24
HSL 45.52º 0.19% 0.7% -
HSV(B) 45.52º 0.15% 0.76% -
XYZ 46.81 49.73 42.73 -
YUV 186.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 194 187 165 0 0.04 0.15 0.24 45.52 0.19 0.7
Hex C2 BB A5 0 4 F 18 2E 13 46
Octal 302 273 245 0 4 17 30 56 23 106
Binary 11000010 10111011 10100101 0 100 1111 11000 101110 10011 1000110

Color Harmonies of #C2BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBA5

Black with #C2BBA5

Text Example


Text Example

White with #C2BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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