Html Css Color HEX #C3A5A1 Eunry

📋 copy color: '#C3A5A1'

red 195 ◦ green 165 ◦ blue 161

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

Shades of Eunry #C3A5A1

Tints of Eunry #C3A5A1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.67%

 BLUE value IS 161 (63.28% from 255) = 30.9%

R = 37.43%
G = 31.67%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C3A5A1 (or 0xC3A5A1) is known color: Eunry. HEX triplet: C3, A5 and A1. RGB value is (195,165,161). Sum of RGB (Red+Green+Blue) = 195+165+161=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A5A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A5A1 is #3C5A5E. Grayscale: #ADADAD. Windows color (decimal): -3955295 or 10593731. OLE color: 10593731.

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

Color convert

RGB 195 165 161 -
CMYK 0 0.15 0.17 0.24
HSL 7.06º 0.22% 0.7% -
HSV(B) 7.06º 0.17% 0.76% -
XYZ 42.39 41.09 39.41 -
YUV 173.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 195 165 161 0 0.15 0.17 0.24 7.06 0.22 0.7
Hex C3 A5 A1 0 F 11 18 7 16 46
Octal 303 245 241 0 17 21 30 7 26 106
Binary 11000011 10100101 10100001 0 1111 10001 11000 111 10110 1000110

Color Harmonies of #C3A5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A5A1

Black with #C3A5A1

Text Example


Text Example

White with #C3A5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A5A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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