Html Css Color HEX #C8ABB2 Pink Flare

📋 copy color: '#C8ABB2'

red 200 ◦ green 171 ◦ blue 178

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

Shades of Pink Flare #C8ABB2

Tints of Pink Flare #C8ABB2

RGB

 RED value IS 200 (78.52% from 255) = 36.43%

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

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

R = 36.43%
G = 31.15%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C8ABB2 (or 0xC8ABB2) is known color: Pink Flare. HEX triplet: C8, AB and B2. RGB value is (200,171,178). Sum of RGB (Red+Green+Blue) = 200+171+178=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ABB2 is #37544D. Grayscale: #B4B4B4. Windows color (decimal): -3626062 or 11709384. OLE color: 11709384.

HSL color Cylindrical-coordinate representation of color #C8ABB2: hue angle of 345.52º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ABB2 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 171 178 -
CMYK 0 0.14 0.11 0.22
HSL 345.52º 0.21% 0.73% -
HSV(B) 345.52º 0.15% 0.78% -
XYZ 46.42 44.62 48.29 -
YUV 180.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 200 171 178 0 0.14 0.11 0.22 345.52 0.21 0.73
Hex C8 AB B2 0 E B 16 15A 15 49
Octal 310 253 262 0 16 13 26 532 25 111
Binary 11001000 10101011 10110010 0 1110 1011 10110 101011010 10101 1001001

Color Harmonies of #C8ABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ABB2

Black with #C8ABB2

Text Example


Text Example

White with #C8ABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ABB2; }

 p { color: rgb(200,171,178); }

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

background-color css

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

 a { background-color: rgb(200,171,178); }

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

border-color css

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

 span { border-color: rgb(200,171,178); }

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