Html Css Color HEX #C196BC Lilac

📋 copy color: '#C196BC'

red 193 ◦ green 150 ◦ blue 188

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

Shades of Lilac #C196BC

Tints of Lilac #C196BC

RGB

 RED value IS 193 (75.78% from 255) = 36.35%

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

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 36.35%
G = 28.25%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C196BC (or 0xC196BC) is known color: Lilac. HEX triplet: C1, 96 and BC. RGB value is (193,150,188). Sum of RGB (Red+Green+Blue) = 193+150+188=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C196BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196BC is #3E6943. Grayscale: #A7A7A7. Windows color (decimal): -4090180 or 12359361. OLE color: 12359361.

HSL color Cylindrical-coordinate representation of color #C196BC: hue angle of 306.98º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C196BC is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 150 188 -
CMYK 0 0.22 0.03 0.24
HSL 306.98º 0.26% 0.67% -
HSV(B) 306.98º 0.22% 0.76% -
XYZ 41.98 36.78 52.46 -
YUV 167.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 193 150 188 0 0.22 0.03 0.24 306.98 0.26 0.67
Hex C1 96 BC 0 16 3 18 133 1A 43
Octal 301 226 274 0 26 3 30 463 32 103
Binary 11000001 10010110 10111100 0 10110 11 11000 100110011 11010 1000011

Color Harmonies of #C196BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196BC

Black with #C196BC

Text Example


Text Example

White with #C196BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196BC; }

 p { color: rgb(193,150,188); }

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

background-color css

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

 a { background-color: rgb(193,150,188); }

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

border-color css

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

 span { border-color: rgb(193,150,188); }

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