Html Css Color HEX #C48BBB London Hue

📋 copy color: '#C48BBB'

red 196 ◦ green 139 ◦ blue 187

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

Shades of London Hue #C48BBB

Tints of London Hue #C48BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.82%

R = 37.55%
G = 26.63%
B = 35.82%

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

#C48BBB (or 0xC48BBB) is known color: London Hue. HEX triplet: C4, 8B and BB. RGB value is (196,139,187). Sum of RGB (Red+Green+Blue) = 196+139+187=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BBB is #3B7444. Grayscale: #A1A1A1. Windows color (decimal): -3896389 or 12291012. OLE color: 12291012.

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

Color convert

RGB 196 139 187 -
CMYK 0 0.29 0.05 0.23
HSL 309.47º 0.33% 0.66% -
HSV(B) 309.47º 0.29% 0.77% -
XYZ 40.97 33.79 51.38 -
YUV 161.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 196 139 187 0 0.29 0.05 0.23 309.47 0.33 0.66
Hex C4 8B BB 0 1D 5 17 135 21 42
Octal 304 213 273 0 35 5 27 465 41 102
Binary 11000100 10001011 10111011 0 11101 101 10111 100110101 100001 1000010

Color Harmonies of #C48BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BBB

Black with #C48BBB

Text Example


Text Example

White with #C48BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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