Html Css Color HEX #CEB2B5 Pink Flare

📋 copy color: '#CEB2B5'

red 206 ◦ green 178 ◦ blue 181

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

Shades of Pink Flare #CEB2B5

Tints of Pink Flare #CEB2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.04%

R = 36.46%
G = 31.5%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CEB2B5 (or 0xCEB2B5) is known color: Pink Flare. HEX triplet: CE, B2 and B5. RGB value is (206,178,181). Sum of RGB (Red+Green+Blue) = 206+178+181=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2B5 is #314D4A. Grayscale: #BABABA. Windows color (decimal): -3231051 or 11907790. OLE color: 11907790.

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

Color convert

RGB 206 178 181 -
CMYK 0 0.14 0.12 0.19
HSL 353.57º 0.22% 0.75% -
HSV(B) 353.57º 0.14% 0.81% -
XYZ 49.71 48.3 50.42 -
YUV 186.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 206 178 181 0 0.14 0.12 0.19 353.57 0.22 0.75
Hex CE B2 B5 0 E C 13 162 16 4B
Octal 316 262 265 0 16 14 23 542 26 113
Binary 11001110 10110010 10110101 0 1110 1100 10011 101100010 10110 1001011

Color Harmonies of #CEB2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2B5

Black with #CEB2B5

Text Example


Text Example

White with #CEB2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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