Html Css Color HEX #C296B5 Lily

📋 copy color: '#C296B5'

red 194 ◦ green 150 ◦ blue 181

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

Shades of Lily #C296B5

Tints of Lily #C296B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.48%

R = 36.95%
G = 28.57%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C296B5 (or 0xC296B5) is known color: Lily. HEX triplet: C2, 96 and B5. RGB value is (194,150,181). Sum of RGB (Red+Green+Blue) = 194+150+181=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C296B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296B5 is #3D694A. Grayscale: #A6A6A6. Windows color (decimal): -4024651 or 11900610. OLE color: 11900610.

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

Color convert

RGB 194 150 181 -
CMYK 0 0.23 0.07 0.24
HSL 317.73º 0.27% 0.67% -
HSV(B) 317.73º 0.23% 0.76% -
XYZ 41.49 36.62 48.6 -
YUV 166.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 194 150 181 0 0.23 0.07 0.24 317.73 0.27 0.67
Hex C2 96 B5 0 17 7 18 13E 1B 43
Octal 302 226 265 0 27 7 30 476 33 103
Binary 11000010 10010110 10110101 0 10111 111 11000 100111110 11011 1000011

Color Harmonies of #C296B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296B5

Black with #C296B5

Text Example


Text Example

White with #C296B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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