Html Css Color HEX #C48BBA London Hue

📋 copy color: '#C48BBA'

red 196 ◦ green 139 ◦ blue 186

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

Shades of London Hue #C48BBA

Tints of London Hue #C48BBA

RGB

 RED value IS 196 (76.95% from 255) = 37.62%

 GREEN value IS 139 (54.69% from 255) = 26.68%

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 37.62%
G = 26.68%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C48BBA (or 0xC48BBA) is known color: London Hue. HEX triplet: C4, 8B and BA. RGB value is (196,139,186). Sum of RGB (Red+Green+Blue) = 196+139+186=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BBA is #3B7445. Grayscale: #A1A1A1. Windows color (decimal): -3896390 or 12225476. OLE color: 12225476.

HSL color Cylindrical-coordinate representation of color #C48BBA: hue angle of 310.53º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48BBA is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 139 186 -
CMYK 0 0.29 0.05 0.23
HSL 310.53º 0.33% 0.66% -
HSV(B) 310.53º 0.29% 0.77% -
XYZ 40.86 33.75 50.81 -
YUV 161.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 196 139 186 0 0.29 0.05 0.23 310.53 0.33 0.66
Hex C4 8B BA 0 1D 5 17 137 21 42
Octal 304 213 272 0 35 5 27 467 41 102
Binary 11000100 10001011 10111010 0 11101 101 10111 100110111 100001 1000010

Color Harmonies of #C48BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BBA

Black with #C48BBA

Text Example


Text Example

White with #C48BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BBA; }

 p { color: rgb(196,139,186); }

 H1.HeaderClassName
 {
   color: #C48BBA;
 }
 .AnyTagClassName
 {
   color: #C48BBA;
 }
</style>

background-color css

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

 a { background-color: rgb(196,139,186); }

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

border-color css

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

 span { border-color: rgb(196,139,186); }

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