Html Css Color HEX #C692B5 Lily

📋 copy color: '#C692B5'

red 198 ◦ green 146 ◦ blue 181

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

Shades of Lily #C692B5

Tints of Lily #C692B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.48%

R = 37.71%
G = 27.81%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C692B5 (or 0xC692B5) is known color: Lily. HEX triplet: C6, 92 and B5. RGB value is (198,146,181). Sum of RGB (Red+Green+Blue) = 198+146+181=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C692B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692B5 is #396D4A. Grayscale: #A5A5A5. Windows color (decimal): -3763531 or 11899590. OLE color: 11899590.

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

Color convert

RGB 198 146 181 -
CMYK 0 0.26 0.09 0.22
HSL 319.62º 0.31% 0.67% -
HSV(B) 319.62º 0.26% 0.78% -
XYZ 41.91 35.9 48.44 -
YUV 165.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 198 146 181 0 0.26 0.09 0.22 319.62 0.31 0.67
Hex C6 92 B5 0 1A 9 16 140 1F 43
Octal 306 222 265 0 32 11 26 500 37 103
Binary 11000110 10010010 10110101 0 11010 1001 10110 101000000 11111 1000011

Color Harmonies of #C692B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692B5

Black with #C692B5

Text Example


Text Example

White with #C692B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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