Html Css Color HEX #CEABB1 Pink Flare

📋 copy color: '#CEABB1'

red 206 ◦ green 171 ◦ blue 177

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

Shades of Pink Flare #CEABB1

Tints of Pink Flare #CEABB1

RGB

 RED value IS 206 (80.86% from 255) = 37.18%

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

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

R = 37.18%
G = 30.87%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CEABB1 (or 0xCEABB1) is known color: Pink Flare. HEX triplet: CE, AB and B1. RGB value is (206,171,177). Sum of RGB (Red+Green+Blue) = 206+171+177=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEABB1 is #31544E. Grayscale: #B6B6B6. Windows color (decimal): -3232847 or 11643854. OLE color: 11643854.

HSL color Cylindrical-coordinate representation of color #CEABB1: hue angle of 349.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEABB1 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 171 177 -
CMYK 0 0.17 0.14 0.19
HSL 349.71º 0.26% 0.74% -
HSV(B) 349.71º 0.17% 0.81% -
XYZ 47.95 45.42 47.83 -
YUV 182.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 206 171 177 0 0.17 0.14 0.19 349.71 0.26 0.74
Hex CE AB B1 0 11 E 13 15E 1A 4A
Octal 316 253 261 0 21 16 23 536 32 112
Binary 11001110 10101011 10110001 0 10001 1110 10011 101011110 11010 1001010

Color Harmonies of #CEABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEABB1

Black with #CEABB1

Text Example


Text Example

White with #CEABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEABB1; }

 p { color: rgb(206,171,177); }

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

background-color css

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

 a { background-color: rgb(206,171,177); }

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

border-color css

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

 span { border-color: rgb(206,171,177); }

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