Html Css Color HEX #C2BDA7 Ash

📋 copy color: '#C2BDA7'

red 194 ◦ green 189 ◦ blue 167

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

Shades of Ash #C2BDA7

Tints of Ash #C2BDA7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.36%

 BLUE value IS 167 (65.63% from 255) = 30.36%

R = 35.27%
G = 34.36%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C2BDA7 (or 0xC2BDA7) is known color: Ash. HEX triplet: C2, BD and A7. RGB value is (194,189,167). Sum of RGB (Red+Green+Blue) = 194+189+167=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDA7 is #3D4258. Grayscale: #BCBCBC. Windows color (decimal): -4014681 or 10993090. OLE color: 10993090.

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

Color convert

RGB 194 189 167 -
CMYK 0 0.03 0.14 0.24
HSL 48.89º 0.18% 0.71% -
HSV(B) 48.89º 0.14% 0.76% -
XYZ 47.42 50.65 43.84 -
YUV 187.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 194 189 167 0 0.03 0.14 0.24 48.89 0.18 0.71
Hex C2 BD A7 0 3 E 18 31 12 47
Octal 302 275 247 0 3 16 30 61 22 107
Binary 11000010 10111101 10100111 0 11 1110 11000 110001 10010 1000111

Color Harmonies of #C2BDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDA7

Black with #C2BDA7

Text Example


Text Example

White with #C2BDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDA7; }

 p { color: rgb(194,189,167); }

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

background-color css

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

 a { background-color: rgb(194,189,167); }

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

border-color css

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

 span { border-color: rgb(194,189,167); }

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