Html Css Color HEX #C3BDA0 Ash

📋 copy color: '#C3BDA0'

red 195 ◦ green 189 ◦ blue 160

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

Shades of Ash #C3BDA0

Tints of Ash #C3BDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.41%

R = 35.85%
G = 34.74%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C3BDA0 (or 0xC3BDA0) is known color: Ash. HEX triplet: C3, BD and A0. RGB value is (195,189,160). Sum of RGB (Red+Green+Blue) = 195+189+160=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BDA0 is #3C425F. Grayscale: #BBBBBB. Windows color (decimal): -3949152 or 10534339. OLE color: 10534339.

HSL color Cylindrical-coordinate representation of color #C3BDA0: hue angle of 49.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3BDA0 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 189 160 -
CMYK 0 0.03 0.18 0.24
HSL 49.71º 0.23% 0.7% -
HSV(B) 49.71º 0.18% 0.76% -
XYZ 47.05 50.54 40.53 -
YUV 187.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 195 189 160 0 0.03 0.18 0.24 49.71 0.23 0.7
Hex C3 BD A0 0 3 12 18 32 17 46
Octal 303 275 240 0 3 22 30 62 27 106
Binary 11000011 10111101 10100000 0 11 10010 11000 110010 10111 1000110

Color Harmonies of #C3BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDA0

Black with #C3BDA0

Text Example


Text Example

White with #C3BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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