Html Css Color HEX #C392B4 Lily

📋 copy color: '#C392B4'

red 195 ◦ green 146 ◦ blue 180

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

Shades of Lily #C392B4

Tints of Lily #C392B4

RGB

 RED value IS 195 (76.56% from 255) = 37.43%

 GREEN value IS 146 (57.42% from 255) = 28.02%

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 37.43%
G = 28.02%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C392B4 (or 0xC392B4) is known color: Lily. HEX triplet: C3, 92 and B4. RGB value is (195,146,180). Sum of RGB (Red+Green+Blue) = 195+146+180=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C392B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392B4 is #3C6D4B. Grayscale: #A4A4A4. Windows color (decimal): -3960140 or 11834051. OLE color: 11834051.

HSL color Cylindrical-coordinate representation of color #C392B4: hue angle of 318.37º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C392B4 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 146 180 -
CMYK 0 0.25 0.08 0.24
HSL 318.37º 0.29% 0.67% -
HSV(B) 318.37º 0.25% 0.76% -
XYZ 41.02 35.46 47.86 -
YUV 164.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 195 146 180 0 0.25 0.08 0.24 318.37 0.29 0.67
Hex C3 92 B4 0 19 8 18 13E 1D 43
Octal 303 222 264 0 31 10 30 476 35 103
Binary 11000011 10010010 10110100 0 11001 1000 11000 100111110 11101 1000011

Color Harmonies of #C392B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392B4

Black with #C392B4

Text Example


Text Example

White with #C392B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392B4; }

 p { color: rgb(195,146,180); }

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

background-color css

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

 a { background-color: rgb(195,146,180); }

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

border-color css

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

 span { border-color: rgb(195,146,180); }

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