Html Css Color HEX #C3BFAB Ash

📋 copy color: '#C3BFAB'

red 195 ◦ green 191 ◦ blue 171

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

Shades of Ash #C3BFAB

Tints of Ash #C3BFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 34.29%

 BLUE value IS 171 (67.19% from 255) = 30.7%

R = 35.01%
G = 34.29%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C3BFAB (or 0xC3BFAB) is known color: Ash. HEX triplet: C3, BF and AB. RGB value is (195,191,171). Sum of RGB (Red+Green+Blue) = 195+191+171=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BFAB is #3C4054. Grayscale: #BEBEBE. Windows color (decimal): -3948629 or 11255747. OLE color: 11255747.

HSL color Cylindrical-coordinate representation of color #C3BFAB: hue angle of 50º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3BFAB is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 191 171 -
CMYK 0 0.02 0.12 0.24
HSL 50º 0.17% 0.72% -
HSV(B) 50º 0.12% 0.76% -
XYZ 48.49 51.8 45.97 -
YUV 189.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 195 191 171 0 0.02 0.12 0.24 50 0.17 0.72
Hex C3 BF AB 0 2 C 18 32 11 48
Octal 303 277 253 0 2 14 30 62 21 110
Binary 11000011 10111111 10101011 0 10 1100 11000 110010 10001 1001000

Color Harmonies of #C3BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BFAB

Black with #C3BFAB

Text Example


Text Example

White with #C3BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BFAB; }

 p { color: rgb(195,191,171); }

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

background-color css

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

 a { background-color: rgb(195,191,171); }

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

border-color css

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

 span { border-color: rgb(195,191,171); }

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