Html Css Color HEX #C1AEB2 Pink Flare

📋 copy color: '#C1AEB2'

red 193 ◦ green 174 ◦ blue 178

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

Shades of Pink Flare #C1AEB2

Tints of Pink Flare #C1AEB2

RGB

 RED value IS 193 (75.78% from 255) = 35.41%

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

 BLUE value IS 178 (69.92% from 255) = 32.66%

R = 35.41%
G = 31.93%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C1AEB2 (or 0xC1AEB2) is known color: Pink Flare. HEX triplet: C1, AE and B2. RGB value is (193,174,178). Sum of RGB (Red+Green+Blue) = 193+174+178=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AEB2 is #3E514D. Grayscale: #B4B4B4. Windows color (decimal): -4084046 or 11710145. OLE color: 11710145.

HSL color Cylindrical-coordinate representation of color #C1AEB2: hue angle of 347.37º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1AEB2 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 174 178 -
CMYK 0 0.10 0.08 0.24
HSL 347.37º 0.13% 0.72% -
HSV(B) 347.37º 0.1% 0.76% -
XYZ 45.16 44.82 48.39 -
YUV 180.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 193 174 178 0 0.10 0.08 0.24 347.37 0.13 0.72
Hex C1 AE B2 0 A 8 18 15B D 48
Octal 301 256 262 0 12 10 30 533 15 110
Binary 11000001 10101110 10110010 0 1010 1000 11000 101011011 1101 1001000

Color Harmonies of #C1AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AEB2

Black with #C1AEB2

Text Example


Text Example

White with #C1AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AEB2; }

 p { color: rgb(193,174,178); }

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

background-color css

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

 a { background-color: rgb(193,174,178); }

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

border-color css

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

 span { border-color: rgb(193,174,178); }

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