Html Css Color HEX #C48AB9 London Hue

📋 copy color: '#C48AB9'

red 196 ◦ green 138 ◦ blue 185

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

Shades of London Hue #C48AB9

Tints of London Hue #C48AB9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.59%

 BLUE value IS 185 (72.66% from 255) = 35.65%

R = 37.76%
G = 26.59%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C48AB9 (or 0xC48AB9) is known color: London Hue. HEX triplet: C4, 8A and B9. RGB value is (196,138,185). Sum of RGB (Red+Green+Blue) = 196+138+185=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48AB9 is #3B7546. Grayscale: #A0A0A0. Windows color (decimal): -3896647 or 12159684. OLE color: 12159684.

HSL color Cylindrical-coordinate representation of color #C48AB9: hue angle of 311.38º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48AB9 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 138 185 -
CMYK 0 0.30 0.06 0.23
HSL 311.38º 0.33% 0.65% -
HSV(B) 311.38º 0.3% 0.77% -
XYZ 40.61 33.42 50.21 -
YUV 160.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 196 138 185 0 0.30 0.06 0.23 311.38 0.33 0.65
Hex C4 8A B9 0 1E 6 17 137 21 41
Octal 304 212 271 0 36 6 27 467 41 101
Binary 11000100 10001010 10111001 0 11110 110 10111 100110111 100001 1000001

Color Harmonies of #C48AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48AB9

Black with #C48AB9

Text Example


Text Example

White with #C48AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48AB9; }

 p { color: rgb(196,138,185); }

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

background-color css

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

 a { background-color: rgb(196,138,185); }

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

border-color css

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

 span { border-color: rgb(196,138,185); }

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