Html Css Color HEX #CEB2B8 Pink Flare

📋 copy color: '#CEB2B8'

red 206 ◦ green 178 ◦ blue 184

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

Shades of Pink Flare #CEB2B8

Tints of Pink Flare #CEB2B8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.34%

 BLUE value IS 184 (72.27% from 255) = 32.39%

R = 36.27%
G = 31.34%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CEB2B8 (or 0xCEB2B8) is known color: Pink Flare. HEX triplet: CE, B2 and B8. RGB value is (206,178,184). Sum of RGB (Red+Green+Blue) = 206+178+184=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2B8 is #314D47. Grayscale: #BBBBBB. Windows color (decimal): -3231048 or 12104398. OLE color: 12104398.

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

Color convert

RGB 206 178 184 -
CMYK 0 0.14 0.11 0.19
HSL 347.14º 0.22% 0.75% -
HSV(B) 347.14º 0.14% 0.81% -
XYZ 50.03 48.42 52.06 -
YUV 187.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 206 178 184 0 0.14 0.11 0.19 347.14 0.22 0.75
Hex CE B2 B8 0 E B 13 15B 16 4B
Octal 316 262 270 0 16 13 23 533 26 113
Binary 11001110 10110010 10111000 0 1110 1011 10011 101011011 10110 1001011

Color Harmonies of #CEB2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2B8

Black with #CEB2B8

Text Example


Text Example

White with #CEB2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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