Html Css Color HEX #C392BA Lily

📋 copy color: '#C392BA'

red 195 ◦ green 146 ◦ blue 186

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

Shades of Lily #C392BA

Tints of Lily #C392BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 37%
G = 27.7%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C392BA (or 0xC392BA) is known color: Lily. HEX triplet: C3, 92 and BA. RGB value is (195,146,186). Sum of RGB (Red+Green+Blue) = 195+146+186=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C392BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392BA is #3C6D45. Grayscale: #A5A5A5. Windows color (decimal): -3960134 or 12227267. OLE color: 12227267.

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

Color convert

RGB 195 146 186 -
CMYK 0 0.25 0.05 0.24
HSL 311.02º 0.29% 0.67% -
HSV(B) 311.02º 0.25% 0.76% -
XYZ 41.65 35.71 51.15 -
YUV 165.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 195 146 186 0 0.25 0.05 0.24 311.02 0.29 0.67
Hex C3 92 BA 0 19 5 18 137 1D 43
Octal 303 222 272 0 31 5 30 467 35 103
Binary 11000011 10010010 10111010 0 11001 101 11000 100110111 11101 1000011

Color Harmonies of #C392BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392BA

Black with #C392BA

Text Example


Text Example

White with #C392BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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