Html Css Color HEX #CEB1B2 Pink Flare

📋 copy color: '#CEB1B2'

red 206 ◦ green 177 ◦ blue 178

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

Shades of Pink Flare #CEB1B2

Tints of Pink Flare #CEB1B2

RGB

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

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

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

R = 36.72%
G = 31.55%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CEB1B2 (or 0xCEB1B2) is known color: Pink Flare. HEX triplet: CE, B1 and B2. RGB value is (206,177,178). Sum of RGB (Red+Green+Blue) = 206+177+178=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB1B2 is #314E4D. Grayscale: #B9B9B9. Windows color (decimal): -3231310 or 11710926. OLE color: 11710926.

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

Color convert

RGB 206 177 178 -
CMYK 0 0.14 0.14 0.19
HSL 357.93º 0.23% 0.75% -
HSV(B) 357.93º 0.14% 0.81% -
XYZ 49.21 47.78 48.75 -
YUV 185.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 206 177 178 0 0.14 0.14 0.19 357.93 0.23 0.75
Hex CE B1 B2 0 E E 13 166 17 4B
Octal 316 261 262 0 16 16 23 546 27 113
Binary 11001110 10110001 10110010 0 1110 1110 10011 101100110 10111 1001011

Color Harmonies of #CEB1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1B2

Black with #CEB1B2

Text Example


Text Example

White with #CEB1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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