Html Css Color HEX #CEBABE Pink Flare

📋 copy color: '#CEBABE'

red 206 ◦ green 186 ◦ blue 190

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

Shades of Pink Flare #CEBABE

Tints of Pink Flare #CEBABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.96%

 BLUE value IS 190 (74.61% from 255) = 32.65%

R = 35.4%
G = 31.96%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEBABE (or 0xCEBABE) is known color: Pink Flare. HEX triplet: CE, BA and BE. RGB value is (206,186,190). Sum of RGB (Red+Green+Blue) = 206+186+190=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBABE is #314541. Grayscale: #C0C0C0. Windows color (decimal): -3228994 or 12499662. OLE color: 12499662.

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

Color convert

RGB 206 186 190 -
CMYK 0 0.10 0.08 0.19
HSL 348º 0.17% 0.77% -
HSV(B) 348º 0.1% 0.81% -
XYZ 52.31 51.96 55.99 -
YUV 192.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 206 186 190 0 0.10 0.08 0.19 348 0.17 0.77
Hex CE BA BE 0 A 8 13 15C 11 4D
Octal 316 272 276 0 12 10 23 534 21 115
Binary 11001110 10111010 10111110 0 1010 1000 10011 101011100 10001 1001101

Color Harmonies of #CEBABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBABE

Black with #CEBABE

Text Example


Text Example

White with #CEBABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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