#C38BBA

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

Shades of London Hue #C38BBA

Tints of London Hue #C38BBA

Color information

#C38BBA (or 0xC38BBA) is unknown color: approx London Hue. HEX triplet: C3, 8B and BA. RGB value is (195,139,186). Sum of RGB (Red+Green+Blue) = 195+139+186=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BBA is #3C7445. Grayscale: #A0A0A0. Windows color (decimal): -3961926 or 12225475. OLE color: 12225475.

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

Color convert

RGB195139186-
CMYK00.290.050.24
HSL309.64º31.82%65.49%-
HSV(B)309.64º28.72%76.47%-
XYZ40.633.6150.8-
YUV161.1142.05152.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=37.5%
G=26.73%
B=35.77%

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
Decimal19513918600.290.050.24309.6431.8265.49
HexC38BBA01D5181362041
Octal30321327203553046640101
Binary110000111000101110111010011101101110001001101101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BBA; }

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

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

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

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

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

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

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

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