Html Css Color HEX #C296AF Lily

📋 copy color: '#C296AF'

red 194 ◦ green 150 ◦ blue 175

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

Shades of Lily #C296AF

Tints of Lily #C296AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.72%

R = 37.38%
G = 28.9%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C296AF (or 0xC296AF) is known color: Lily. HEX triplet: C2, 96 and AF. RGB value is (194,150,175). Sum of RGB (Red+Green+Blue) = 194+150+175=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C296AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C296AF is #3D6950. Grayscale: #A5A5A5. Windows color (decimal): -4024657 or 11507394. OLE color: 11507394.

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

Color convert

RGB 194 150 175 -
CMYK 0 0.23 0.10 0.24
HSL 325.91º 0.27% 0.67% -
HSV(B) 325.91º 0.23% 0.76% -
XYZ 40.89 36.38 45.42 -
YUV 166.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 194 150 175 0 0.23 0.10 0.24 325.91 0.27 0.67
Hex C2 96 AF 0 17 A 18 146 1B 43
Octal 302 226 257 0 27 12 30 506 33 103
Binary 11000010 10010110 10101111 0 10111 1010 11000 101000110 11011 1000011

Color Harmonies of #C296AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296AF

Black with #C296AF

Text Example


Text Example

White with #C296AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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