Html Css Color HEX #C7C1A7 Ash

📋 copy color: '#C7C1A7'

red 199 ◦ green 193 ◦ blue 167

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

Shades of Ash #C7C1A7

Tints of Ash #C7C1A7

RGB

 RED value IS 199 (78.13% from 255) = 35.6%

 GREEN value IS 193 (75.78% from 255) = 34.53%

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

R = 35.6%
G = 34.53%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C7C1A7 (or 0xC7C1A7) is known color: Ash. HEX triplet: C7, C1 and A7. RGB value is (199,193,167). Sum of RGB (Red+Green+Blue) = 199+193+167=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C1A7 is #383E58. Grayscale: #BFBFBF. Windows color (decimal): -3685977 or 10994119. OLE color: 10994119.

HSL color Cylindrical-coordinate representation of color #C7C1A7: hue angle of 48.75º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7C1A7 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 193 167 -
CMYK 0 0.03 0.16 0.22
HSL 48.75º 0.22% 0.72% -
HSV(B) 48.75º 0.16% 0.78% -
XYZ 49.6 53.07 44.19 -
YUV 191.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 199 193 167 0 0.03 0.16 0.22 48.75 0.22 0.72
Hex C7 C1 A7 0 3 10 16 31 16 48
Octal 307 301 247 0 3 20 26 61 26 110
Binary 11000111 11000001 10100111 0 11 10000 10110 110001 10110 1001000

Color Harmonies of #C7C1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C1A7

Black with #C7C1A7

Text Example


Text Example

White with #C7C1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C1A7; }

 p { color: rgb(199,193,167); }

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

background-color css

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

 a { background-color: rgb(199,193,167); }

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

border-color css

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

 span { border-color: rgb(199,193,167); }

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