Html Css Color HEX #C2AEB2 Pink Flare

📋 copy color: '#C2AEB2'

red 194 ◦ green 174 ◦ blue 178

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

Shades of Pink Flare #C2AEB2

Tints of Pink Flare #C2AEB2

RGB

 RED value IS 194 (76.17% from 255) = 35.53%

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

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

R = 35.53%
G = 31.87%
B = 32.6%

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

#C2AEB2 (or 0xC2AEB2) is known color: Pink Flare. HEX triplet: C2, AE and B2. RGB value is (194,174,178). Sum of RGB (Red+Green+Blue) = 194+174+178=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AEB2 is #3D514D. Grayscale: #B4B4B4. Windows color (decimal): -4018510 or 11710146. OLE color: 11710146.

HSL color Cylindrical-coordinate representation of color #C2AEB2: hue angle of 348º degrees, saturation: 0.14, 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 #C2AEB2 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 178 -
CMYK 0 0.10 0.08 0.24
HSL 348º 0.14% 0.72% -
HSV(B) 348º 0.1% 0.76% -
XYZ 45.42 44.96 48.4 -
YUV 180.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 194 174 178 0 0.10 0.08 0.24 348 0.14 0.72
Hex C2 AE B2 0 A 8 18 15C E 48
Octal 302 256 262 0 12 10 30 534 16 110
Binary 11000010 10101110 10110010 0 1010 1000 11000 101011100 1110 1001000

Color Harmonies of #C2AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEB2

Black with #C2AEB2

Text Example


Text Example

White with #C2AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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