Html Css Color HEX #CEB7BB Pink Flare

📋 copy color: '#CEB7BB'

red 206 ◦ green 183 ◦ blue 187

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

Shades of Pink Flare #CEB7BB

Tints of Pink Flare #CEB7BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.47%

R = 35.76%
G = 31.77%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CEB7BB (or 0xCEB7BB) is known color: Pink Flare. HEX triplet: CE, B7 and BB. RGB value is (206,183,187). Sum of RGB (Red+Green+Blue) = 206+183+187=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7BB is #314844. Grayscale: #BEBEBE. Windows color (decimal): -3229765 or 12302286. OLE color: 12302286.

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

Color convert

RGB 206 183 187 -
CMYK 0 0.11 0.09 0.19
HSL 349.57º 0.19% 0.76% -
HSV(B) 349.57º 0.11% 0.81% -
XYZ 51.36 50.58 54.07 -
YUV 190.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 206 183 187 0 0.11 0.09 0.19 349.57 0.19 0.76
Hex CE B7 BB 0 B 9 13 15E 13 4C
Octal 316 267 273 0 13 11 23 536 23 114
Binary 11001110 10110111 10111011 0 1011 1001 10011 101011110 10011 1001100

Color Harmonies of #CEB7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB7BB

Black with #CEB7BB

Text Example


Text Example

White with #CEB7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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