Html Css Color HEX #C2AEB1 Pink Flare

📋 copy color: '#C2AEB1'

red 194 ◦ green 174 ◦ blue 177

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

Shades of Pink Flare #C2AEB1

Tints of Pink Flare #C2AEB1

RGB

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

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

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

R = 35.6%
G = 31.93%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C2AEB1 (or 0xC2AEB1) is known color: Pink Flare. HEX triplet: C2, AE and B1. RGB value is (194,174,177). Sum of RGB (Red+Green+Blue) = 194+174+177=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AEB1 is #3D514E. Grayscale: #B4B4B4. Windows color (decimal): -4018511 or 11644610. OLE color: 11644610.

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

Color convert

RGB 194 174 177 -
CMYK 0 0.10 0.09 0.24
HSL 351º 0.14% 0.72% -
HSV(B) 351º 0.1% 0.76% -
XYZ 45.32 44.92 47.88 -
YUV 180.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 194 174 177 0 0.10 0.09 0.24 351 0.14 0.72
Hex C2 AE B1 0 A 9 18 15F E 48
Octal 302 256 261 0 12 11 30 537 16 110
Binary 11000010 10101110 10110001 0 1010 1001 11000 101011111 1110 1001000

Color Harmonies of #C2AEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEB1

Black with #C2AEB1

Text Example


Text Example

White with #C2AEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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