Html Css Color HEX #C7BBBC Pink Flare

📋 copy color: '#C7BBBC'

red 199 ◦ green 187 ◦ blue 188

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

Shades of Pink Flare #C7BBBC

Tints of Pink Flare #C7BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.58%

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

R = 34.67%
G = 32.58%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C7BBBC (or 0xC7BBBC) is known color: Pink Flare. HEX triplet: C7, BB and BC. RGB value is (199,187,188). Sum of RGB (Red+Green+Blue) = 199+187+188=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBBC is #384443. Grayscale: #BEBEBE. Windows color (decimal): -3687492 or 12368839. OLE color: 12368839.

HSL color Cylindrical-coordinate representation of color #C7BBBC: hue angle of 355º degrees, saturation: 0.1, 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 #C7BBBC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 187 188 -
CMYK 0 0.06 0.06 0.22
HSL 355º 0.1% 0.76% -
HSV(B) 355º 0.06% 0.78% -
XYZ 50.4 51.31 54.83 -
YUV 190.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 199 187 188 0 0.06 0.06 0.22 355 0.1 0.76
Hex C7 BB BC 0 6 6 16 163 A 4C
Octal 307 273 274 0 6 6 26 543 12 114
Binary 11000111 10111011 10111100 0 110 110 10110 101100011 1010 1001100

Color Harmonies of #C7BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBBC

Black with #C7BBBC

Text Example


Text Example

White with #C7BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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