Html Css Color HEX #C296C0 Lilac

📋 copy color: '#C296C0'

red 194 ◦ green 150 ◦ blue 192

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

Shades of Lilac #C296C0

Tints of Lilac #C296C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.82%

R = 36.19%
G = 27.99%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C296C0 (or 0xC296C0) is known color: Lilac. HEX triplet: C2, 96 and C0. RGB value is (194,150,192). Sum of RGB (Red+Green+Blue) = 194+150+192=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C296C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296C0 is #3D693F. Grayscale: #A7A7A7. Windows color (decimal): -4024640 or 12621506. OLE color: 12621506.

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

Color convert

RGB 194 150 192 -
CMYK 0 0.23 0.01 0.24
HSL 302.73º 0.27% 0.67% -
HSV(B) 302.73º 0.23% 0.76% -
XYZ 42.67 37.09 54.78 -
YUV 167.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 194 150 192 0 0.23 0.01 0.24 302.73 0.27 0.67
Hex C2 96 C0 0 17 1 18 12F 1B 43
Octal 302 226 300 0 27 1 30 457 33 103
Binary 11000010 10010110 11000000 0 10111 1 11000 100101111 11011 1000011

Color Harmonies of #C296C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296C0

Black with #C296C0

Text Example


Text Example

White with #C296C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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