#C38BB9

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

Shades of London Hue #C38BB9

Tints of London Hue #C38BB9

Color information

#C38BB9 (or 0xC38BB9) is unknown color: approx London Hue. HEX triplet: C3, 8B and B9. RGB value is (195,139,185). Sum of RGB (Red+Green+Blue) = 195+139+185=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BB9 is #3C7446. Grayscale: #A0A0A0. Windows color (decimal): -3961927 or 12159939. OLE color: 12159939.

HSL color Cylindrical-coordinate representation of color #C38BB9: hue angle of 310.71º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38BB9 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195139185-
CMYK00.290.050.24
HSL310.71º31.82%65.49%-
HSV(B)310.71º28.72%76.47%-
XYZ40.533.5750.24-
YUV160.99141.55152.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=37.57%
G=26.78%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513918500.290.050.24310.7131.8265.49
HexC38BB901D5181372041
Octal30321327103553046740101
Binary110000111000101110111001011101101110001001101111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BB9; }

 p { color: rgb(195,139,185); }

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

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

 a { background-color: rgb(195,139,185); }

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

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

 span { border-color: rgb(195,139,185); }

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