Html Css Color HEX #C3C0A7 Ash

📋 copy color: '#C3C0A7'

red 195 ◦ green 192 ◦ blue 167

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

Shades of Ash #C3C0A7

Tints of Ash #C3C0A7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.66%

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

R = 35.2%
G = 34.66%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C3C0A7 (or 0xC3C0A7) is known color: Ash. HEX triplet: C3, C0 and A7. RGB value is (195,192,167). Sum of RGB (Red+Green+Blue) = 195+192+167=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C0A7 is #3C3F58. Grayscale: #BEBEBE. Windows color (decimal): -3948377 or 10993859. OLE color: 10993859.

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

Color convert

RGB 195 192 167 -
CMYK 0 0.02 0.14 0.24
HSL 53.57º 0.19% 0.71% -
HSV(B) 53.57º 0.14% 0.76% -
XYZ 48.33 52.09 44.07 -
YUV 190.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 195 192 167 0 0.02 0.14 0.24 53.57 0.19 0.71
Hex C3 C0 A7 0 2 E 18 36 13 47
Octal 303 300 247 0 2 16 30 66 23 107
Binary 11000011 11000000 10100111 0 10 1110 11000 110110 10011 1000111

Color Harmonies of #C3C0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C0A7

Black with #C3C0A7

Text Example


Text Example

White with #C3C0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C0A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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