Html Css Color HEX #CEB4BA Pink Flare

📋 copy color: '#CEB4BA'

red 206 ◦ green 180 ◦ blue 186

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

Shades of Pink Flare #CEB4BA

Tints of Pink Flare #CEB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.47%

 BLUE value IS 186 (73.05% from 255) = 32.52%

R = 36.01%
G = 31.47%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEB4BA (or 0xCEB4BA) is known color: Pink Flare. HEX triplet: CE, B4 and BA. RGB value is (206,180,186). Sum of RGB (Red+Green+Blue) = 206+180+186=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4BA is #314B45. Grayscale: #BCBCBC. Windows color (decimal): -3230534 or 12235982. OLE color: 12235982.

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

Color convert

RGB 206 180 186 -
CMYK 0 0.13 0.10 0.19
HSL 346.15º 0.21% 0.76% -
HSV(B) 346.15º 0.13% 0.81% -
XYZ 50.64 49.31 53.3 -
YUV 188.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 206 180 186 0 0.13 0.10 0.19 346.15 0.21 0.76
Hex CE B4 BA 0 D A 13 15A 15 4C
Octal 316 264 272 0 15 12 23 532 25 114
Binary 11001110 10110100 10111010 0 1101 1010 10011 101011010 10101 1001100

Color Harmonies of #CEB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4BA

Black with #CEB4BA

Text Example


Text Example

White with #CEB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4BA; }

 p { color: rgb(206,180,186); }

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

background-color css

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

 a { background-color: rgb(206,180,186); }

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

border-color css

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

 span { border-color: rgb(206,180,186); }

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