#C38AB8

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

Shades of London Hue #C38AB8

Tints of London Hue #C38AB8

Color information

#C38AB8 (or 0xC38AB8) is unknown color: approx London Hue. HEX triplet: C3, 8A and B8. RGB value is (195,138,184). Sum of RGB (Red+Green+Blue) = 195+138+184=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AB8 is #3C7547. Grayscale: #A0A0A0. Windows color (decimal): -3962184 or 12094147. OLE color: 12094147.

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

Color convert

RGB195138184-
CMYK00.290.060.24
HSL311.58º32.2%65.29%-
HSV(B)311.58º29.23%76.47%-
XYZ40.2533.2449.64-
YUV160.29141.38152.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 184 (72.27% from 255) = 35.59%
R=37.72%
G=26.69%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513818400.290.060.24311.5832.265.29
HexC38AB801D6181382041
Octal30321227003563047040101
Binary110000111000101010111000011101110110001001110001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AB8; }

 p { color: rgb(195,138,184); }

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

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

 a { background-color: rgb(195,138,184); }

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

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

 span { border-color: rgb(195,138,184); }

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