#C17DBB

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

Shades of London Hue #C17DBB

Tints of London Hue #C17DBB

Color information

#C17DBB (or 0xC17DBB) is unknown color: approx London Hue. HEX triplet: C1, 7D and BB. RGB value is (193,125,187). Sum of RGB (Red+Green+Blue) = 193+125+187=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C17DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DBB is #3E8244. Grayscale: #989898. Windows color (decimal): -4096581 or 12287425. OLE color: 12287425.

HSL color Cylindrical-coordinate representation of color #C17DBB: hue angle of 305.29º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17DBB is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB193125187-
CMYK00.350.030.24
HSL305.29º35.42%62.35%-
HSV(B)305.29º35.23%75.69%-
XYZ38.329.5950.71-
YUV152.4147.53156.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.22%
GREEN value IS 125 (49.22% from 255) = 24.75%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=38.22%
G=24.75%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312518700.350.030.24305.2935.4262.35
HexC17DBB023318131233e
Octal3011752730433304614376
Binary1100000111111011011101101000111111000100110001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17DBB; }

 p { color: rgb(193,125,187); }

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

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

 a { background-color: rgb(193,125,187); }

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

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

 span { border-color: rgb(193,125,187); }

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