Html Css Color HEX #C692C1 Lilac

📋 copy color: '#C692C1'

red 198 ◦ green 146 ◦ blue 193

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

Shades of Lilac #C692C1

Tints of Lilac #C692C1

RGB

 RED value IS 198 (77.73% from 255) = 36.87%

 GREEN value IS 146 (57.42% from 255) = 27.19%

 BLUE value IS 193 (75.78% from 255) = 35.94%

R = 36.87%
G = 27.19%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C692C1 (or 0xC692C1) is known color: Lilac. HEX triplet: C6, 92 and C1. RGB value is (198,146,193). Sum of RGB (Red+Green+Blue) = 198+146+193=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C692C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692C1 is #396D3E. Grayscale: #A6A6A6. Windows color (decimal): -3763519 or 12686022. OLE color: 12686022.

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

Color convert

RGB 198 146 193 -
CMYK 0 0.26 0.03 0.22
HSL 305.77º 0.31% 0.67% -
HSV(B) 305.77º 0.26% 0.78% -
XYZ 43.19 36.41 55.2 -
YUV 166.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 198 146 193 0 0.26 0.03 0.22 305.77 0.31 0.67
Hex C6 92 C1 0 1A 3 16 132 1F 43
Octal 306 222 301 0 32 3 26 462 37 103
Binary 11000110 10010010 11000001 0 11010 11 10110 100110010 11111 1000011

Color Harmonies of #C692C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692C1

Black with #C692C1

Text Example


Text Example

White with #C692C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692C1; }

 p { color: rgb(198,146,193); }

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

background-color css

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

 a { background-color: rgb(198,146,193); }

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

border-color css

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

 span { border-color: rgb(198,146,193); }

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