#C38ABC

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

Shades of London Hue #C38ABC

Tints of London Hue #C38ABC

Color information

#C38ABC (or 0xC38ABC) is unknown color: approx London Hue. HEX triplet: C3, 8A and BC. RGB value is (195,138,188). Sum of RGB (Red+Green+Blue) = 195+138+188=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C38ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ABC is #3C7543. Grayscale: #A0A0A0. Windows color (decimal): -3962180 or 12356291. OLE color: 12356291.

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

Color convert

RGB195138188-
CMYK00.290.040.24
HSL307.37º32.2%65.29%-
HSV(B)307.37º29.23%76.47%-
XYZ40.6733.4151.88-
YUV160.74143.38152.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=37.43%
G=26.49%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513818800.290.040.24307.3732.265.29
HexC38ABC01D4181332041
Octal30321227403543046340101
Binary110000111000101010111100011101100110001001100111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38ABC; }

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

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

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

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

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

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

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

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