Html Css Color HEX #CEB1B3 Pink Flare

📋 copy color: '#CEB1B3'

red 206 ◦ green 177 ◦ blue 179

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

Shades of Pink Flare #CEB1B3

Tints of Pink Flare #CEB1B3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.49%

 BLUE value IS 179 (70.31% from 255) = 31.85%

R = 36.65%
G = 31.49%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CEB1B3 (or 0xCEB1B3) is known color: Pink Flare. HEX triplet: CE, B1 and B3. RGB value is (206,177,179). Sum of RGB (Red+Green+Blue) = 206+177+179=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1B3 is #314E4C. Grayscale: #B9B9B9. Windows color (decimal): -3231309 or 11776462. OLE color: 11776462.

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

Color convert

RGB 206 177 179 -
CMYK 0 0.14 0.13 0.19
HSL 355.86º 0.23% 0.75% -
HSV(B) 355.86º 0.14% 0.81% -
XYZ 49.31 47.82 49.28 -
YUV 185.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 206 177 179 0 0.14 0.13 0.19 355.86 0.23 0.75
Hex CE B1 B3 0 E D 13 164 17 4B
Octal 316 261 263 0 16 15 23 544 27 113
Binary 11001110 10110001 10110011 0 1110 1101 10011 101100100 10111 1001011

Color Harmonies of #CEB1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1B3

Black with #CEB1B3

Text Example


Text Example

White with #CEB1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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