Html Css Color HEX #C38BBA London Hue

📋 copy color: '#C38BBA'

red 195 ◦ green 139 ◦ blue 186

#C38BBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C38BBA

Tints of London Hue #C38BBA

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 value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C38BBA (or 0xC38BBA) is known color: 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

RGB 195 139 186 -
CMYK 0 0.29 0.05 0.24
HSL 309.64º 0.32% 0.65% -
HSV(B) 309.64º 0.29% 0.76% -
XYZ 40.6 33.61 50.8 -
YUV 161.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 195 139 186 0 0.29 0.05 0.24 309.64 0.32 0.65
Hex C3 8B BA 0 1D 5 18 136 20 41
Octal 303 213 272 0 35 5 30 466 40 101
Binary 11000011 10001011 10111010 0 11101 101 11000 100110110 100000 1000001

Color Harmonies of #C38BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BBA

Black with #C38BBA

Text Example


Text Example

White with #C38BBA

Text Example


Text Example

HTML Codes & Css Web 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>