Html Css Color HEX #C4AEB1 Pink Flare

📋 copy color: '#C4AEB1'

red 196 ◦ green 174 ◦ blue 177

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

Shades of Pink Flare #C4AEB1

Tints of Pink Flare #C4AEB1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.81%

 BLUE value IS 177 (69.53% from 255) = 32.36%

R = 35.83%
G = 31.81%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C4AEB1 (or 0xC4AEB1) is known color: Pink Flare. HEX triplet: C4, AE and B1. RGB value is (196,174,177). Sum of RGB (Red+Green+Blue) = 196+174+177=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AEB1 is #3B514E. Grayscale: #B4B4B4. Windows color (decimal): -3887439 or 11644612. OLE color: 11644612.

HSL color Cylindrical-coordinate representation of color #C4AEB1: hue angle of 351.82º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4AEB1 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 174 177 -
CMYK 0 0.11 0.10 0.23
HSL 351.82º 0.16% 0.73% -
HSV(B) 351.82º 0.11% 0.77% -
XYZ 45.84 45.18 47.9 -
YUV 180.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 196 174 177 0 0.11 0.10 0.23 351.82 0.16 0.73
Hex C4 AE B1 0 B A 17 160 10 49
Octal 304 256 261 0 13 12 27 540 20 111
Binary 11000100 10101110 10110001 0 1011 1010 10111 101100000 10000 1001001

Color Harmonies of #C4AEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AEB1

Black with #C4AEB1

Text Example


Text Example

White with #C4AEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AEB1; }

 p { color: rgb(196,174,177); }

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

background-color css

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

 a { background-color: rgb(196,174,177); }

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

border-color css

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

 span { border-color: rgb(196,174,177); }

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