Html Css Color HEX #CEABB0 Pink Flare

📋 copy color: '#CEABB0'

red 206 ◦ green 171 ◦ blue 176

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

Shades of Pink Flare #CEABB0

Tints of Pink Flare #CEABB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.83%

R = 37.25%
G = 30.92%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CEABB0 (or 0xCEABB0) is known color: Pink Flare. HEX triplet: CE, AB and B0. RGB value is (206,171,176). Sum of RGB (Red+Green+Blue) = 206+171+176=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEABB0 is #31544F. Grayscale: #B6B6B6. Windows color (decimal): -3232848 or 11578318. OLE color: 11578318.

HSL color Cylindrical-coordinate representation of color #CEABB0: hue angle of 351.43º 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 #CEABB0 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 171 176 -
CMYK 0 0.17 0.15 0.19
HSL 351.43º 0.26% 0.74% -
HSV(B) 351.43º 0.17% 0.81% -
XYZ 47.85 45.38 47.31 -
YUV 182.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 206 171 176 0 0.17 0.15 0.19 351.43 0.26 0.74
Hex CE AB B0 0 11 F 13 15F 1A 4A
Octal 316 253 260 0 21 17 23 537 32 112
Binary 11001110 10101011 10110000 0 10001 1111 10011 101011111 11010 1001010

Color Harmonies of #CEABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEABB0

Black with #CEABB0

Text Example


Text Example

White with #CEABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEABB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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