Html Css Color HEX #C7BABC Pink Flare

📋 copy color: '#C7BABC'

red 199 ◦ green 186 ◦ blue 188

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

Shades of Pink Flare #C7BABC

Tints of Pink Flare #C7BABC

RGB

 RED value IS 199 (78.13% from 255) = 34.73%

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

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

R = 34.73%
G = 32.46%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C7BABC (or 0xC7BABC) is known color: Pink Flare. HEX triplet: C7, BA and BC. RGB value is (199,186,188). Sum of RGB (Red+Green+Blue) = 199+186+188=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BABC is #384543. Grayscale: #BEBEBE. Windows color (decimal): -3687748 or 12368583. OLE color: 12368583.

HSL color Cylindrical-coordinate representation of color #C7BABC: hue angle of 350.77º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7BABC is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 186 188 -
CMYK 0 0.07 0.06 0.22
HSL 350.77º 0.1% 0.75% -
HSV(B) 350.77º 0.07% 0.78% -
XYZ 50.19 50.89 54.75 -
YUV 190.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 199 186 188 0 0.07 0.06 0.22 350.77 0.1 0.75
Hex C7 BA BC 0 7 6 16 15F A 4B
Octal 307 272 274 0 7 6 26 537 12 113
Binary 11000111 10111010 10111100 0 111 110 10110 101011111 1010 1001011

Color Harmonies of #C7BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BABC

Black with #C7BABC

Text Example


Text Example

White with #C7BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BABC; }

 p { color: rgb(199,186,188); }

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

background-color css

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

 a { background-color: rgb(199,186,188); }

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

border-color css

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

 span { border-color: rgb(199,186,188); }

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