Html Css Color HEX #C392B5 Lily

📋 copy color: '#C392B5'

red 195 ◦ green 146 ◦ blue 181

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

Shades of Lily #C392B5

Tints of Lily #C392B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.67%

R = 37.36%
G = 27.97%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C392B5 (or 0xC392B5) is known color: Lily. HEX triplet: C3, 92 and B5. RGB value is (195,146,181). Sum of RGB (Red+Green+Blue) = 195+146+181=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C392B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392B5 is #3C6D4A. Grayscale: #A4A4A4. Windows color (decimal): -3960139 or 11899587. OLE color: 11899587.

HSL color Cylindrical-coordinate representation of color #C392B5: hue angle of 317.14º 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 #C392B5 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 146 181 -
CMYK 0 0.25 0.07 0.24
HSL 317.14º 0.29% 0.67% -
HSV(B) 317.14º 0.25% 0.76% -
XYZ 41.13 35.5 48.4 -
YUV 164.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 195 146 181 0 0.25 0.07 0.24 317.14 0.29 0.67
Hex C3 92 B5 0 19 7 18 13D 1D 43
Octal 303 222 265 0 31 7 30 475 35 103
Binary 11000011 10010010 10110101 0 11001 111 11000 100111101 11101 1000011

Color Harmonies of #C392B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392B5

Black with #C392B5

Text Example


Text Example

White with #C392B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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