Html Css Color HEX #C4A195 Eunry

📋 copy color: '#C4A195'

red 196 ◦ green 161 ◦ blue 149

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

Shades of Eunry #C4A195

Tints of Eunry #C4A195

RGB

 RED value IS 196 (76.95% from 255) = 38.74%

 GREEN value IS 161 (63.28% from 255) = 31.82%

 BLUE value IS 149 (58.59% from 255) = 29.45%

R = 38.74%
G = 31.82%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C4A195 (or 0xC4A195) is known color: Eunry. HEX triplet: C4, A1 and 95. RGB value is (196,161,149). Sum of RGB (Red+Green+Blue) = 196+161+149=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A195 is #3B5E6A. Grayscale: #AAAAAA. Windows color (decimal): -3890795 or 9806276. OLE color: 9806276.

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

Color convert

RGB 196 161 149 -
CMYK 0 0.18 0.24 0.23
HSL 15.32º 0.28% 0.68% -
HSV(B) 15.32º 0.24% 0.77% -
XYZ 40.93 39.4 33.88 -
YUV 170.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 196 161 149 0 0.18 0.24 0.23 15.32 0.28 0.68
Hex C4 A1 95 0 12 18 17 F 1C 44
Octal 304 241 225 0 22 30 27 17 34 104
Binary 11000100 10100001 10010101 0 10010 11000 10111 1111 11100 1000100

Color Harmonies of #C4A195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A195

Black with #C4A195

Text Example


Text Example

White with #C4A195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A195; }

 p { color: rgb(196,161,149); }

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

background-color css

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

 a { background-color: rgb(196,161,149); }

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

border-color css

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

 span { border-color: rgb(196,161,149); }

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