Html Css Color HEX #C692B6 Lily

📋 copy color: '#C692B6'

red 198 ◦ green 146 ◦ blue 182

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

Shades of Lily #C692B6

Tints of Lily #C692B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.6%

R = 37.64%
G = 27.76%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C692B6 (or 0xC692B6) is known color: Lily. HEX triplet: C6, 92 and B6. RGB value is (198,146,182). Sum of RGB (Red+Green+Blue) = 198+146+182=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C692B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692B6 is #396D49. Grayscale: #A5A5A5. Windows color (decimal): -3763530 or 11965126. OLE color: 11965126.

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

Color convert

RGB 198 146 182 -
CMYK 0 0.26 0.08 0.22
HSL 318.46º 0.31% 0.67% -
HSV(B) 318.46º 0.26% 0.78% -
XYZ 42.01 35.94 48.98 -
YUV 165.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 198 146 182 0 0.26 0.08 0.22 318.46 0.31 0.67
Hex C6 92 B6 0 1A 8 16 13E 1F 43
Octal 306 222 266 0 32 10 26 476 37 103
Binary 11000110 10010010 10110110 0 11010 1000 10110 100111110 11111 1000011

Color Harmonies of #C692B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692B6

Black with #C692B6

Text Example


Text Example

White with #C692B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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