#C38FBA

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

Shades of London Hue #C38FBA

Tints of London Hue #C38FBA

Color information

#C38FBA (or 0xC38FBA) is unknown color: approx London Hue. HEX triplet: C3, 8F and BA. RGB value is (195,143,186). Sum of RGB (Red+Green+Blue) = 195+143+186=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FBA is #3C7045. Grayscale: #A3A3A3. Windows color (decimal): -3960902 or 12226499. OLE color: 12226499.

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

Color convert

RGB195143186-
CMYK00.270.050.24
HSL310.38º30.23%66.27%-
HSV(B)310.38º26.67%76.47%-
XYZ41.1934.7951-
YUV163.45140.73150.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=37.21%
G=27.29%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514318600.270.050.24310.3830.2366.27
HexC38FBA01B5181361e42
Octal30321727203353046636102
Binary11000011100011111011101001101110111000100110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FBA; }

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

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

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

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

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

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

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

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