Html Css Color HEX #C296AB Lily

📋 copy color: '#C296AB'

red 194 ◦ green 150 ◦ blue 171

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

Shades of Lily #C296AB

Tints of Lily #C296AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.2%

R = 37.67%
G = 29.13%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C296AB (or 0xC296AB) is known color: Lily. HEX triplet: C2, 96 and AB. RGB value is (194,150,171). Sum of RGB (Red+Green+Blue) = 194+150+171=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C296AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C296AB is #3D6954. Grayscale: #A5A5A5. Windows color (decimal): -4024661 or 11245250. OLE color: 11245250.

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

Color convert

RGB 194 150 171 -
CMYK 0 0.23 0.12 0.24
HSL 331.36º 0.27% 0.67% -
HSV(B) 331.36º 0.23% 0.76% -
XYZ 40.51 36.22 43.38 -
YUV 165.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 194 150 171 0 0.23 0.12 0.24 331.36 0.27 0.67
Hex C2 96 AB 0 17 C 18 14B 1B 43
Octal 302 226 253 0 27 14 30 513 33 103
Binary 11000010 10010110 10101011 0 10111 1100 11000 101001011 11011 1000011

Color Harmonies of #C296AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296AB

Black with #C296AB

Text Example


Text Example

White with #C296AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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