Html Css Color HEX #C7BDBE Pink Flare

📋 copy color: '#C7BDBE'

red 199 ◦ green 189 ◦ blue 190

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

Shades of Pink Flare #C7BDBE

Tints of Pink Flare #C7BDBE

RGB

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

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

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

R = 34.43%
G = 32.7%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C7BDBE (or 0xC7BDBE) is known color: Pink Flare. HEX triplet: C7, BD and BE. RGB value is (199,189,190). Sum of RGB (Red+Green+Blue) = 199+189+190=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDBE is #384241. Grayscale: #C0C0C0. Windows color (decimal): -3686978 or 12500423. OLE color: 12500423.

HSL color Cylindrical-coordinate representation of color #C7BDBE: hue angle of 354º 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 #C7BDBE is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 189 190 -
CMYK 0 0.05 0.05 0.22
HSL 354º 0.08% 0.76% -
HSV(B) 354º 0.05% 0.78% -
XYZ 51.05 52.26 56.11 -
YUV 192.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 199 189 190 0 0.05 0.05 0.22 354 0.08 0.76
Hex C7 BD BE 0 5 5 16 162 8 4C
Octal 307 275 276 0 5 5 26 542 10 114
Binary 11000111 10111101 10111110 0 101 101 10110 101100010 1000 1001100

Color Harmonies of #C7BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDBE

Black with #C7BDBE

Text Example


Text Example

White with #C7BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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