Html Css Color HEX #C3BDA7 Ash

📋 copy color: '#C3BDA7'

red 195 ◦ green 189 ◦ blue 167

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

Shades of Ash #C3BDA7

Tints of Ash #C3BDA7

RGB

 RED value IS 195 (76.56% from 255) = 35.39%

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

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

R = 35.39%
G = 34.3%
B = 30.31%

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

#C3BDA7 (or 0xC3BDA7) is known color: Ash. HEX triplet: C3, BD and A7. RGB value is (195,189,167). Sum of RGB (Red+Green+Blue) = 195+189+167=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BDA7 is #3C4258. Grayscale: #BCBCBC. Windows color (decimal): -3949145 or 10993091. OLE color: 10993091.

HSL color Cylindrical-coordinate representation of color #C3BDA7: hue angle of 47.14º degrees, saturation: 0.19, 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 #C3BDA7 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 189 167 -
CMYK 0 0.03 0.14 0.24
HSL 47.14º 0.19% 0.71% -
HSV(B) 47.14º 0.14% 0.76% -
XYZ 47.68 50.79 43.85 -
YUV 188.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 195 189 167 0 0.03 0.14 0.24 47.14 0.19 0.71
Hex C3 BD A7 0 3 E 18 2F 13 47
Octal 303 275 247 0 3 16 30 57 23 107
Binary 11000011 10111101 10100111 0 11 1110 11000 101111 10011 1000111

Color Harmonies of #C3BDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDA7

Black with #C3BDA7

Text Example


Text Example

White with #C3BDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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