Html Css Color HEX #C394B2 Lily

📋 copy color: '#C394B2'

red 195 ◦ green 148 ◦ blue 178

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

Shades of Lily #C394B2

Tints of Lily #C394B2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.41%

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

R = 37.43%
G = 28.41%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C394B2 (or 0xC394B2) is known color: Lily. HEX triplet: C3, 94 and B2. RGB value is (195,148,178). Sum of RGB (Red+Green+Blue) = 195+148+178=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C394B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394B2 is #3C6B4D. Grayscale: #A5A5A5. Windows color (decimal): -3959630 or 11703491. OLE color: 11703491.

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

Color convert

RGB 195 148 178 -
CMYK 0 0.24 0.09 0.24
HSL 321.7º 0.28% 0.67% -
HSV(B) 321.7º 0.24% 0.76% -
XYZ 41.13 36 46.9 -
YUV 165.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 195 148 178 0 0.24 0.09 0.24 321.7 0.28 0.67
Hex C3 94 B2 0 18 9 18 142 1C 43
Octal 303 224 262 0 30 11 30 502 34 103
Binary 11000011 10010100 10110010 0 11000 1001 11000 101000010 11100 1000011

Color Harmonies of #C394B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394B2

Black with #C394B2

Text Example


Text Example

White with #C394B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394B2; }

 p { color: rgb(195,148,178); }

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

background-color css

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

 a { background-color: rgb(195,148,178); }

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

border-color css

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

 span { border-color: rgb(195,148,178); }

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