Html Css Color HEX #C48CBB London Hue

📋 copy color: '#C48CBB'

red 196 ◦ green 140 ◦ blue 187

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

Shades of London Hue #C48CBB

Tints of London Hue #C48CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.77%

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

R = 37.48%
G = 26.77%
B = 35.76%

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

#C48CBB (or 0xC48CBB) is known color: London Hue. HEX triplet: C4, 8C and BB. RGB value is (196,140,187). Sum of RGB (Red+Green+Blue) = 196+140+187=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CBB is #3B7344. Grayscale: #A1A1A1. Windows color (decimal): -3896133 or 12291268. OLE color: 12291268.

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

Color convert

RGB 196 140 187 -
CMYK 0 0.29 0.05 0.23
HSL 309.64º 0.32% 0.66% -
HSV(B) 309.64º 0.29% 0.77% -
XYZ 41.11 34.08 51.42 -
YUV 162.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 196 140 187 0 0.29 0.05 0.23 309.64 0.32 0.66
Hex C4 8C BB 0 1D 5 17 136 20 42
Octal 304 214 273 0 35 5 27 466 40 102
Binary 11000100 10001100 10111011 0 11101 101 10111 100110110 100000 1000010

Color Harmonies of #C48CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CBB

Black with #C48CBB

Text Example


Text Example

White with #C48CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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