Html Css Color HEX #C296AC Lily

📋 copy color: '#C296AC'

red 194 ◦ green 150 ◦ blue 172

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

Shades of Lily #C296AC

Tints of Lily #C296AC

RGB

 RED value IS 194 (76.17% from 255) = 37.6%

 GREEN value IS 150 (58.98% from 255) = 29.07%

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 37.6%
G = 29.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C296AC (or 0xC296AC) is known color: Lily. HEX triplet: C2, 96 and AC. RGB value is (194,150,172). Sum of RGB (Red+Green+Blue) = 194+150+172=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C296AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C296AC is #3D6953. Grayscale: #A5A5A5. Windows color (decimal): -4024660 or 11310786. OLE color: 11310786.

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

Color convert

RGB 194 150 172 -
CMYK 0 0.23 0.11 0.24
HSL 330º 0.27% 0.67% -
HSV(B) 330º 0.23% 0.76% -
XYZ 40.6 36.26 43.89 -
YUV 165.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 194 150 172 0 0.23 0.11 0.24 330 0.27 0.67
Hex C2 96 AC 0 17 B 18 14A 1B 43
Octal 302 226 254 0 27 13 30 512 33 103
Binary 11000010 10010110 10101100 0 10111 1011 11000 101001010 11011 1000011

Color Harmonies of #C296AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296AC

Black with #C296AC

Text Example


Text Example

White with #C296AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296AC; }

 p { color: rgb(194,150,172); }

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

background-color css

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

 a { background-color: rgb(194,150,172); }

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

border-color css

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

 span { border-color: rgb(194,150,172); }

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