Html Css Color HEX #C692CB Lilac

📋 copy color: '#C692CB'

red 198 ◦ green 146 ◦ blue 203

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

Shades of Lilac #C692CB

Tints of Lilac #C692CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.11%

R = 36.2%
G = 26.69%
B = 37.11%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C692CB (or 0xC692CB) is known color: Lilac. HEX triplet: C6, 92 and CB. RGB value is (198,146,203). Sum of RGB (Red+Green+Blue) = 198+146+203=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #C692CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692CB is #396D34. Grayscale: #A7A7A7. Windows color (decimal): -3763509 or 13341382. OLE color: 13341382.

HSL color Cylindrical-coordinate representation of color #C692CB: hue angle of 294.74º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C692CB is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 146 203 -
CMYK 0.02 0.28 0 0.20
HSL 294.74º 0.35% 0.68% -
HSV(B) 294.74º 0.28% 0.8% -
XYZ 44.35 36.88 61.28 -
YUV 168.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 198 146 203 0.02 0.28 0 0.20 294.74 0.35 0.68
Hex C6 92 CB 2 1C 0 14 127 23 44
Octal 306 222 313 2 34 0 24 447 43 104
Binary 11000110 10010010 11001011 10 11100 0 10100 100100111 100011 1000100

Color Harmonies of #C692CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692CB

Black with #C692CB

Text Example


Text Example

White with #C692CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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