Html Css Color HEX #C48CB0 Lily

📋 copy color: '#C48CB0'

red 196 ◦ green 140 ◦ blue 176

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

Shades of Lily #C48CB0

Tints of Lily #C48CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.38%

R = 38.28%
G = 27.34%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C48CB0 (or 0xC48CB0) is known color: Lily. HEX triplet: C4, 8C and B0. RGB value is (196,140,176). Sum of RGB (Red+Green+Blue) = 196+140+176=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48CB0 is #3B734F. Grayscale: #A0A0A0. Windows color (decimal): -3896144 or 11570372. OLE color: 11570372.

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

Color convert

RGB 196 140 176 -
CMYK 0 0.29 0.10 0.23
HSL 321.43º 0.32% 0.66% -
HSV(B) 321.43º 0.29% 0.77% -
XYZ 39.98 33.63 45.46 -
YUV 160.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 196 140 176 0 0.29 0.10 0.23 321.43 0.32 0.66
Hex C4 8C B0 0 1D A 17 141 20 42
Octal 304 214 260 0 35 12 27 501 40 102
Binary 11000100 10001100 10110000 0 11101 1010 10111 101000001 100000 1000010

Color Harmonies of #C48CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CB0

Black with #C48CB0

Text Example


Text Example

White with #C48CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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