Html Css Color HEX #C692B2 Lily

📋 copy color: '#C692B2'

red 198 ◦ green 146 ◦ blue 178

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

Shades of Lily #C692B2

Tints of Lily #C692B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.1%

R = 37.93%
G = 27.97%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C692B2 (or 0xC692B2) is known color: Lily. HEX triplet: C6, 92 and B2. RGB value is (198,146,178). Sum of RGB (Red+Green+Blue) = 198+146+178=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C692B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C692B2 is #396D4D. Grayscale: #A5A5A5. Windows color (decimal): -3763534 or 11702982. OLE color: 11702982.

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

Color convert

RGB 198 146 178 -
CMYK 0 0.26 0.10 0.22
HSL 323.08º 0.31% 0.67% -
HSV(B) 323.08º 0.26% 0.78% -
XYZ 41.6 35.78 46.83 -
YUV 165.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 198 146 178 0 0.26 0.10 0.22 323.08 0.31 0.67
Hex C6 92 B2 0 1A A 16 143 1F 43
Octal 306 222 262 0 32 12 26 503 37 103
Binary 11000110 10010010 10110010 0 11010 1010 10110 101000011 11111 1000011

Color Harmonies of #C692B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692B2

Black with #C692B2

Text Example


Text Example

White with #C692B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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