Html Css Color HEX #C3BDA5 Ash

📋 copy color: '#C3BDA5'

red 195 ◦ green 189 ◦ blue 165

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

Shades of Ash #C3BDA5

Tints of Ash #C3BDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.05%

R = 35.52%
G = 34.43%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C3BDA5 (or 0xC3BDA5) is known color: Ash. HEX triplet: C3, BD and A5. RGB value is (195,189,165). Sum of RGB (Red+Green+Blue) = 195+189+165=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BDA5 is #3C425A. Grayscale: #BCBCBC. Windows color (decimal): -3949147 or 10862019. OLE color: 10862019.

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

Color convert

RGB 195 189 165 -
CMYK 0 0.03 0.15 0.24
HSL 48º 0.2% 0.71% -
HSV(B) 48º 0.15% 0.76% -
XYZ 47.49 50.71 42.88 -
YUV 188.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 195 189 165 0 0.03 0.15 0.24 48 0.2 0.71
Hex C3 BD A5 0 3 F 18 30 14 47
Octal 303 275 245 0 3 17 30 60 24 107
Binary 11000011 10111101 10100101 0 11 1111 11000 110000 10100 1000111

Color Harmonies of #C3BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDA5

Black with #C3BDA5

Text Example


Text Example

White with #C3BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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