Html Css Color HEX #CEB9BC Pink Flare

📋 copy color: '#CEB9BC'

red 206 ◦ green 185 ◦ blue 188

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

Shades of Pink Flare #CEB9BC

Tints of Pink Flare #CEB9BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.47%

R = 35.58%
G = 31.95%
B = 32.47%

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

#CEB9BC (or 0xCEB9BC) is known color: Pink Flare. HEX triplet: CE, B9 and BC. RGB value is (206,185,188). Sum of RGB (Red+Green+Blue) = 206+185+188=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9BC is #314643. Grayscale: #BFBFBF. Windows color (decimal): -3229252 or 12368334. OLE color: 12368334.

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

Color convert

RGB 206 185 188 -
CMYK 0 0.10 0.09 0.19
HSL 351.43º 0.18% 0.77% -
HSV(B) 351.43º 0.1% 0.81% -
XYZ 51.88 51.45 54.77 -
YUV 191.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 206 185 188 0 0.10 0.09 0.19 351.43 0.18 0.77
Hex CE B9 BC 0 A 9 13 15F 12 4D
Octal 316 271 274 0 12 11 23 537 22 115
Binary 11001110 10111001 10111100 0 1010 1001 10011 101011111 10010 1001101

Color Harmonies of #CEB9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9BC

Black with #CEB9BC

Text Example


Text Example

White with #CEB9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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