Html Css Color HEX #C484B2 Lily

📋 copy color: '#C484B2'

red 196 ◦ green 132 ◦ blue 178

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

Shades of Lily #C484B2

Tints of Lily #C484B2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.09%

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 38.74%
G = 26.09%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C484B2 (or 0xC484B2) is known color: Lily. HEX triplet: C4, 84 and B2. RGB value is (196,132,178). Sum of RGB (Red+Green+Blue) = 196+132+178=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C484B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C484B2 is #3B7B4D. Grayscale: #9C9C9C. Windows color (decimal): -3898190 or 11699396. OLE color: 11699396.

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

Color convert

RGB 196 132 178 -
CMYK 0 0.33 0.09 0.23
HSL 316.88º 0.35% 0.64% -
HSV(B) 316.88º 0.33% 0.77% -
XYZ 39.05 31.45 46.13 -
YUV 156.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 196 132 178 0 0.33 0.09 0.23 316.88 0.35 0.64
Hex C4 84 B2 0 21 9 17 13D 23 40
Octal 304 204 262 0 41 11 27 475 43 100
Binary 11000100 10000100 10110010 0 100001 1001 10111 100111101 100011 1000000

Color Harmonies of #C484B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484B2

Black with #C484B2

Text Example


Text Example

White with #C484B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484B2; }

 p { color: rgb(196,132,178); }

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

background-color css

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

 a { background-color: rgb(196,132,178); }

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

border-color css

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

 span { border-color: rgb(196,132,178); }

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