Html Css Color HEX #C7BDBF Pink Flare

📋 copy color: '#C7BDBF'

red 199 ◦ green 189 ◦ blue 191

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

Shades of Pink Flare #C7BDBF

Tints of Pink Flare #C7BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.64%

 BLUE value IS 191 (75% from 255) = 32.99%

R = 34.37%
G = 32.64%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C7BDBF (or 0xC7BDBF) is known color: Pink Flare. HEX triplet: C7, BD and BF. RGB value is (199,189,191). Sum of RGB (Red+Green+Blue) = 199+189+191=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDBF is #384240. Grayscale: #C0C0C0. Windows color (decimal): -3686977 or 12565959. OLE color: 12565959.

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

Color convert

RGB 199 189 191 -
CMYK 0 0.05 0.04 0.22
HSL 348º 0.08% 0.76% -
HSV(B) 348º 0.05% 0.78% -
XYZ 51.15 52.3 56.69 -
YUV 192.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 199 189 191 0 0.05 0.04 0.22 348 0.08 0.76
Hex C7 BD BF 0 5 4 16 15C 8 4C
Octal 307 275 277 0 5 4 26 534 10 114
Binary 11000111 10111101 10111111 0 101 100 10110 101011100 1000 1001100

Color Harmonies of #C7BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDBF

Black with #C7BDBF

Text Example


Text Example

White with #C7BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDBF; }

 p { color: rgb(199,189,191); }

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

background-color css

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

 a { background-color: rgb(199,189,191); }

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

border-color css

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

 span { border-color: rgb(199,189,191); }

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