Html Css Color HEX #C7BCBE Pink Flare

📋 copy color: '#C7BCBE'

red 199 ◦ green 188 ◦ blue 190

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

Shades of Pink Flare #C7BCBE

Tints of Pink Flare #C7BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.58%

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

R = 34.49%
G = 32.58%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C7BCBE (or 0xC7BCBE) is known color: Pink Flare. HEX triplet: C7, BC and BE. RGB value is (199,188,190). Sum of RGB (Red+Green+Blue) = 199+188+190=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCBE is #384341. Grayscale: #BFBFBF. Windows color (decimal): -3687234 or 12500167. OLE color: 12500167.

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

Color convert

RGB 199 188 190 -
CMYK 0 0.06 0.05 0.22
HSL 349.09º 0.09% 0.76% -
HSV(B) 349.09º 0.06% 0.78% -
XYZ 50.83 51.83 56.04 -
YUV 191.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 199 188 190 0 0.06 0.05 0.22 349.09 0.09 0.76
Hex C7 BC BE 0 6 5 16 15D 9 4C
Octal 307 274 276 0 6 5 26 535 11 114
Binary 11000111 10111100 10111110 0 110 101 10110 101011101 1001 1001100

Color Harmonies of #C7BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCBE

Black with #C7BCBE

Text Example


Text Example

White with #C7BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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