Html Css Color HEX #C296B6 Lily

📋 copy color: '#C296B6'

red 194 ◦ green 150 ◦ blue 182

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

Shades of Lily #C296B6

Tints of Lily #C296B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.6%

R = 36.88%
G = 28.52%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C296B6 (or 0xC296B6) is known color: Lily. HEX triplet: C2, 96 and B6. RGB value is (194,150,182). Sum of RGB (Red+Green+Blue) = 194+150+182=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C296B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296B6 is #3D6949. Grayscale: #A6A6A6. Windows color (decimal): -4024650 or 11966146. OLE color: 11966146.

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

Color convert

RGB 194 150 182 -
CMYK 0 0.23 0.06 0.24
HSL 316.36º 0.27% 0.67% -
HSV(B) 316.36º 0.23% 0.76% -
XYZ 41.6 36.66 49.14 -
YUV 166.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 194 150 182 0 0.23 0.06 0.24 316.36 0.27 0.67
Hex C2 96 B6 0 17 6 18 13C 1B 43
Octal 302 226 266 0 27 6 30 474 33 103
Binary 11000010 10010110 10110110 0 10111 110 11000 100111100 11011 1000011

Color Harmonies of #C296B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296B6

Black with #C296B6

Text Example


Text Example

White with #C296B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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