Html Css Color HEX #C296AA Lily

📋 copy color: '#C296AA'

red 194 ◦ green 150 ◦ blue 170

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

Shades of Lily #C296AA

Tints of Lily #C296AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.07%

R = 37.74%
G = 29.18%
B = 33.07%

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

#C296AA (or 0xC296AA) is known color: Lily. HEX triplet: C2, 96 and AA. RGB value is (194,150,170). Sum of RGB (Red+Green+Blue) = 194+150+170=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C296AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C296AA is #3D6955. Grayscale: #A5A5A5. Windows color (decimal): -4024662 or 11179714. OLE color: 11179714.

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

Color convert

RGB 194 150 170 -
CMYK 0 0.23 0.12 0.24
HSL 332.73º 0.27% 0.67% -
HSV(B) 332.73º 0.23% 0.76% -
XYZ 40.41 36.18 42.88 -
YUV 165.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 194 150 170 0 0.23 0.12 0.24 332.73 0.27 0.67
Hex C2 96 AA 0 17 C 18 14D 1B 43
Octal 302 226 252 0 27 14 30 515 33 103
Binary 11000010 10010110 10101010 0 10111 1100 11000 101001101 11011 1000011

Color Harmonies of #C296AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296AA

Black with #C296AA

Text Example


Text Example

White with #C296AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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