Html Css Color HEX #C692C0 Lilac

📋 copy color: '#C692C0'

red 198 ◦ green 146 ◦ blue 192

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

Shades of Lilac #C692C0

Tints of Lilac #C692C0

RGB

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

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

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

R = 36.94%
G = 27.24%
B = 35.82%

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

#C692C0 (or 0xC692C0) is known color: Lilac. HEX triplet: C6, 92 and C0. RGB value is (198,146,192). Sum of RGB (Red+Green+Blue) = 198+146+192=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C692C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692C0 is #396D3F. Grayscale: #A6A6A6. Windows color (decimal): -3763520 or 12620486. OLE color: 12620486.

HSL color Cylindrical-coordinate representation of color #C692C0: hue angle of 306.92º 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 #C692C0 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 146 192 -
CMYK 0 0.26 0.03 0.22
HSL 306.92º 0.31% 0.67% -
HSV(B) 306.92º 0.26% 0.78% -
XYZ 43.08 36.37 54.62 -
YUV 166.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 198 146 192 0 0.26 0.03 0.22 306.92 0.31 0.67
Hex C6 92 C0 0 1A 3 16 133 1F 43
Octal 306 222 300 0 32 3 26 463 37 103
Binary 11000110 10010010 11000000 0 11010 11 10110 100110011 11111 1000011

Color Harmonies of #C692C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692C0

Black with #C692C0

Text Example


Text Example

White with #C692C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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