Html Css Color HEX #C4ABA6 Eunry

📋 copy color: '#C4ABA6'

red 196 ◦ green 171 ◦ blue 166

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

Shades of Eunry #C4ABA6

Tints of Eunry #C4ABA6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.08%

 BLUE value IS 166 (65.23% from 255) = 31.14%

R = 36.77%
G = 32.08%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C4ABA6 (or 0xC4ABA6) is known color: Eunry. HEX triplet: C4, AB and A6. RGB value is (196,171,166). Sum of RGB (Red+Green+Blue) = 196+171+166=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABA6 is #3B5459. Grayscale: #B1B1B1. Windows color (decimal): -3888218 or 10922948. OLE color: 10922948.

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

Color convert

RGB 196 171 166 -
CMYK 0 0.13 0.15 0.23
HSL 10º 0.2% 0.71% -
HSV(B) 10º 0.15% 0.77% -
XYZ 44.21 43.61 42.16 -
YUV 177.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 196 171 166 0 0.13 0.15 0.23 10 0.2 0.71
Hex C4 AB A6 0 D F 17 A 14 47
Octal 304 253 246 0 15 17 27 12 24 107
Binary 11000100 10101011 10100110 0 1101 1111 10111 1010 10100 1000111

Color Harmonies of #C4ABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ABA6

Black with #C4ABA6

Text Example


Text Example

White with #C4ABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ABA6; }

 p { color: rgb(196,171,166); }

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

background-color css

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

 a { background-color: rgb(196,171,166); }

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

border-color css

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

 span { border-color: rgb(196,171,166); }

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