Html Css Color HEX #C692B9 Lily

📋 copy color: '#C692B9'

red 198 ◦ green 146 ◦ blue 185

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

Shades of Lily #C692B9

Tints of Lily #C692B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.97%

R = 37.43%
G = 27.6%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C692B9 (or 0xC692B9) is known color: Lily. HEX triplet: C6, 92 and B9. RGB value is (198,146,185). Sum of RGB (Red+Green+Blue) = 198+146+185=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C692B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692B9 is #396D46. Grayscale: #A5A5A5. Windows color (decimal): -3763527 or 12161734. OLE color: 12161734.

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

Color convert

RGB 198 146 185 -
CMYK 0 0.26 0.07 0.22
HSL 315º 0.31% 0.67% -
HSV(B) 315º 0.26% 0.78% -
XYZ 42.32 36.07 50.63 -
YUV 165.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 198 146 185 0 0.26 0.07 0.22 315 0.31 0.67
Hex C6 92 B9 0 1A 7 16 13B 1F 43
Octal 306 222 271 0 32 7 26 473 37 103
Binary 11000110 10010010 10111001 0 11010 111 10110 100111011 11111 1000011

Color Harmonies of #C692B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692B9

Black with #C692B9

Text Example


Text Example

White with #C692B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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