Html Css Color HEX #C692BB Lily

📋 copy color: '#C692BB'

red 198 ◦ green 146 ◦ blue 187

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

Shades of Lily #C692BB

Tints of Lily #C692BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.22%

R = 37.29%
G = 27.5%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C692BB (or 0xC692BB) is known color: Lily. HEX triplet: C6, 92 and BB. RGB value is (198,146,187). Sum of RGB (Red+Green+Blue) = 198+146+187=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C692BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692BB is #396D44. Grayscale: #A6A6A6. Windows color (decimal): -3763525 or 12292806. OLE color: 12292806.

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

Color convert

RGB 198 146 187 -
CMYK 0 0.26 0.06 0.22
HSL 312.69º 0.31% 0.67% -
HSV(B) 312.69º 0.26% 0.78% -
XYZ 42.54 36.15 51.75 -
YUV 166.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 198 146 187 0 0.26 0.06 0.22 312.69 0.31 0.67
Hex C6 92 BB 0 1A 6 16 139 1F 43
Octal 306 222 273 0 32 6 26 471 37 103
Binary 11000110 10010010 10111011 0 11010 110 10110 100111001 11111 1000011

Color Harmonies of #C692BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692BB

Black with #C692BB

Text Example


Text Example

White with #C692BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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