Html Css Color HEX #C3BD9C Ash

📋 copy color: '#C3BD9C'

red 195 ◦ green 189 ◦ blue 156

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

Shades of Ash #C3BD9C

Tints of Ash #C3BD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.89%

R = 36.11%
G = 35%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C3BD9C (or 0xC3BD9C) is known color: Ash. HEX triplet: C3, BD and 9C. RGB value is (195,189,156). Sum of RGB (Red+Green+Blue) = 195+189+156=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BD9C is #3C4263. Grayscale: #BBBBBB. Windows color (decimal): -3949156 or 10272195. OLE color: 10272195.

HSL color Cylindrical-coordinate representation of color #C3BD9C: hue angle of 50.77º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3BD9C is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 189 156 -
CMYK 0 0.03 0.20 0.24
HSL 50.77º 0.25% 0.69% -
HSV(B) 50.77º 0.2% 0.76% -
XYZ 46.7 50.4 38.72 -
YUV 187.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 195 189 156 0 0.03 0.20 0.24 50.77 0.25 0.69
Hex C3 BD 9C 0 3 14 18 33 19 45
Octal 303 275 234 0 3 24 30 63 31 105
Binary 11000011 10111101 10011100 0 11 10100 11000 110011 11001 1000101

Color Harmonies of #C3BD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BD9C

Black with #C3BD9C

Text Example


Text Example

White with #C3BD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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