#C6B2B8

Color #C6B2B8 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #C6B2B8

Tints of Pink Flare #C6B2B8

Color information

#C6B2B8 (or 0xC6B2B8) is unknown color: approx Pink Flare. HEX triplet: C6, B2 and B8. RGB value is (198,178,184). Sum of RGB (Red+Green+Blue) = 198+178+184=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B2B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B2B8 is #394D47. Grayscale: #B8B8B8. Windows color (decimal): -3755336 or 12104390. OLE color: 12104390.

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

Color convert

RGB198178184-
CMYK00.100.070.22
HSL342º14.93%73.73%-
HSV(B)342º10.1%77.65%-
XYZ47.8647.3151.96-
YUV184.66127.63137.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 178 (69.92% from 255) = 31.79%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=35.36%
G=31.79%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817818400.100.070.2234214.9373.73
HexC6B2B80A716156f4a
Octal30626227001272652617112
Binary110001101011001010111000010101111011010101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B2B8; }

 p { color: rgb(198,178,184); }

 H1.HeaderClassName
 {
   color: #C6B2B8;
 }
 .AnyTagClassName
 {
   color: #C6B2B8;
 }
</style>
background-color css

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

 a { background-color: rgb(198,178,184); }

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

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

 span { border-color: rgb(198,178,184); }

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