Html Css Color HEX #C692BC Lily

📋 copy color: '#C692BC'

red 198 ◦ green 146 ◦ blue 188

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

Shades of Lily #C692BC

Tints of Lily #C692BC

RGB

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

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

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

R = 37.22%
G = 27.44%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C692BC (or 0xC692BC) is known color: Lily. HEX triplet: C6, 92 and BC. RGB value is (198,146,188). Sum of RGB (Red+Green+Blue) = 198+146+188=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C692BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692BC is #396D43. Grayscale: #A6A6A6. Windows color (decimal): -3763524 or 12358342. OLE color: 12358342.

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

Color convert

RGB 198 146 188 -
CMYK 0 0.26 0.05 0.22
HSL 311.54º 0.31% 0.67% -
HSV(B) 311.54º 0.26% 0.78% -
XYZ 42.64 36.19 52.32 -
YUV 166.34 140.23 150.58 -
System Red Green Blue C M Y K H S L
Decimal 198 146 188 0 0.26 0.05 0.22 311.54 0.31 0.67
Hex C6 92 BC 0 1A 5 16 138 1F 43
Octal 306 222 274 0 32 5 26 470 37 103
Binary 11000110 10010010 10111100 0 11010 101 10110 100111000 11111 1000011

Color Harmonies of #C692BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692BC

Black with #C692BC

Text Example


Text Example

White with #C692BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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