#C38CBB

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

Shades of London Hue #C38CBB

Tints of London Hue #C38CBB

Color information

#C38CBB (or 0xC38CBB) is unknown color: approx London Hue. HEX triplet: C3, 8C and BB. RGB value is (195,140,187). Sum of RGB (Red+Green+Blue) = 195+140+187=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CBB is #3C7344. Grayscale: #A1A1A1. Windows color (decimal): -3961669 or 12291267. OLE color: 12291267.

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

Color convert

RGB195140187-
CMYK00.280.040.24
HSL308.73º31.43%65.69%-
HSV(B)308.73º28.21%76.47%-
XYZ40.8533.9551.41-
YUV161.8142.22151.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=37.36%
G=26.82%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514018700.280.040.24308.7331.4365.69
HexC38CBB01C4181351f42
Octal30321427303443046537102
Binary11000011100011001011101101110010011000100110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CBB; }

 p { color: rgb(195,140,187); }

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

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

 a { background-color: rgb(195,140,187); }

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

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

 span { border-color: rgb(195,140,187); }

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