#C875B2

Color #C875B2 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C875B2

Tints of London Hue #C875B2

Color information

#C875B2 (or 0xC875B2) is unknown color: approx London Hue. HEX triplet: C8, 75 and B2. RGB value is (200,117,178). Sum of RGB (Red+Green+Blue) = 200+117+178=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C875B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C875B2 is #378A4D. Grayscale: #949494. Windows color (decimal): -3639886 or 11695560. OLE color: 11695560.

HSL color Cylindrical-coordinate representation of color #C875B2: hue angle of 315.9º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C875B2 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB200117178-
CMYK00.420.110.22
HSL315.9º43.01%62.16%-
HSV(B)315.9º41.5%78.43%-
XYZ38.2228.2245.55-
YUV148.77144.5164.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 178 (69.92% from 255) = 35.96%
R=40.40%
G=23.64%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011717800.420.110.22315.943.0162.16
HexC875B202AB1613c2b3e
Octal31016526205213264745376
Binary110010001110101101100100101010101110110100111100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875B2; }

 p { color: rgb(200,117,178); }

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

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

 a { background-color: rgb(200,117,178); }

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

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

 span { border-color: rgb(200,117,178); }

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