Html Css Color HEX #C296A9 Lily

📋 copy color: '#C296A9'

red 194 ◦ green 150 ◦ blue 169

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

Shades of Lily #C296A9

Tints of Lily #C296A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.94%

R = 37.82%
G = 29.24%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C296A9 (or 0xC296A9) is known color: Lily. HEX triplet: C2, 96 and A9. RGB value is (194,150,169). Sum of RGB (Red+Green+Blue) = 194+150+169=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C296A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C296A9 is #3D6956. Grayscale: #A5A5A5. Windows color (decimal): -4024663 or 11114178. OLE color: 11114178.

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

Color convert

RGB 194 150 169 -
CMYK 0 0.23 0.13 0.24
HSL 334.09º 0.27% 0.67% -
HSV(B) 334.09º 0.23% 0.76% -
XYZ 40.32 36.15 42.39 -
YUV 165.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 194 150 169 0 0.23 0.13 0.24 334.09 0.27 0.67
Hex C2 96 A9 0 17 D 18 14E 1B 43
Octal 302 226 251 0 27 15 30 516 33 103
Binary 11000010 10010110 10101001 0 10111 1101 11000 101001110 11011 1000011

Color Harmonies of #C296A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296A9

Black with #C296A9

Text Example


Text Example

White with #C296A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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