Html Css Color HEX #CEB9BB Pink Flare

📋 copy color: '#CEB9BB'

red 206 ◦ green 185 ◦ blue 187

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

Shades of Pink Flare #CEB9BB

Tints of Pink Flare #CEB9BB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.01%

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

R = 35.64%
G = 32.01%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CEB9BB (or 0xCEB9BB) is known color: Pink Flare. HEX triplet: CE, B9 and BB. RGB value is (206,185,187). Sum of RGB (Red+Green+Blue) = 206+185+187=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9BB is #314644. Grayscale: #BFBFBF. Windows color (decimal): -3229253 or 12302798. OLE color: 12302798.

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

Color convert

RGB 206 185 187 -
CMYK 0 0.10 0.09 0.19
HSL 354.29º 0.18% 0.77% -
HSV(B) 354.29º 0.1% 0.81% -
XYZ 51.77 51.41 54.21 -
YUV 191.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 206 185 187 0 0.10 0.09 0.19 354.29 0.18 0.77
Hex CE B9 BB 0 A 9 13 162 12 4D
Octal 316 271 273 0 12 11 23 542 22 115
Binary 11001110 10111001 10111011 0 1010 1001 10011 101100010 10010 1001101

Color Harmonies of #CEB9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9BB

Black with #CEB9BB

Text Example


Text Example

White with #CEB9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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