Html Css Color HEX #CEB7BA Pink Flare

📋 copy color: '#CEB7BA'

red 206 ◦ green 183 ◦ blue 186

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

Shades of Pink Flare #CEB7BA

Tints of Pink Flare #CEB7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.83%

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

R = 35.83%
G = 31.83%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEB7BA (or 0xCEB7BA) is known color: Pink Flare. HEX triplet: CE, B7 and BA. RGB value is (206,183,186). Sum of RGB (Red+Green+Blue) = 206+183+186=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7BA is #314845. Grayscale: #BEBEBE. Windows color (decimal): -3229766 or 12236750. OLE color: 12236750.

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

Color convert

RGB 206 183 186 -
CMYK 0 0.11 0.10 0.19
HSL 352.17º 0.19% 0.76% -
HSV(B) 352.17º 0.11% 0.81% -
XYZ 51.25 50.53 53.51 -
YUV 190.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 206 183 186 0 0.11 0.10 0.19 352.17 0.19 0.76
Hex CE B7 BA 0 B A 13 160 13 4C
Octal 316 267 272 0 13 12 23 540 23 114
Binary 11001110 10110111 10111010 0 1011 1010 10011 101100000 10011 1001100

Color Harmonies of #CEB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB7BA

Black with #CEB7BA

Text Example


Text Example

White with #CEB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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