Html Css Color HEX #CEABB2 Pink Flare

📋 copy color: '#CEABB2'

red 206 ◦ green 171 ◦ blue 178

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

Shades of Pink Flare #CEABB2

Tints of Pink Flare #CEABB2

RGB

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

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

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

R = 37.12%
G = 30.81%
B = 32.07%

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

#CEABB2 (or 0xCEABB2) is known color: Pink Flare. HEX triplet: CE, AB and B2. RGB value is (206,171,178). Sum of RGB (Red+Green+Blue) = 206+171+178=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEABB2 is #31544D. Grayscale: #B6B6B6. Windows color (decimal): -3232846 or 11709390. OLE color: 11709390.

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

Color convert

RGB 206 171 178 -
CMYK 0 0.17 0.14 0.19
HSL 348º 0.26% 0.74% -
HSV(B) 348º 0.17% 0.81% -
XYZ 48.05 45.46 48.36 -
YUV 182.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 206 171 178 0 0.17 0.14 0.19 348 0.26 0.74
Hex CE AB B2 0 11 E 13 15C 1A 4A
Octal 316 253 262 0 21 16 23 534 32 112
Binary 11001110 10101011 10110010 0 10001 1110 10011 101011100 11010 1001010

Color Harmonies of #CEABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEABB2

Black with #CEABB2

Text Example


Text Example

White with #CEABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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