Html Css Color HEX #C693B8 Lily

📋 copy color: '#C693B8'

red 198 ◦ green 147 ◦ blue 184

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

Shades of Lily #C693B8

Tints of Lily #C693B8

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.79%

 BLUE value IS 184 (72.27% from 255) = 34.78%

R = 37.43%
G = 27.79%
B = 34.78%

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

#C693B8 (or 0xC693B8) is known color: Lily. HEX triplet: C6, 93 and B8. RGB value is (198,147,184). Sum of RGB (Red+Green+Blue) = 198+147+184=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C693B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693B8 is #396C47. Grayscale: #A6A6A6. Windows color (decimal): -3763272 or 12096454. OLE color: 12096454.

HSL color Cylindrical-coordinate representation of color #C693B8: hue angle of 316.47º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C693B8 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 147 184 -
CMYK 0 0.26 0.07 0.22
HSL 316.47º 0.31% 0.68% -
HSV(B) 316.47º 0.26% 0.78% -
XYZ 42.37 36.33 50.13 -
YUV 166.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 198 147 184 0 0.26 0.07 0.22 316.47 0.31 0.68
Hex C6 93 B8 0 1A 7 16 13C 1F 44
Octal 306 223 270 0 32 7 26 474 37 104
Binary 11000110 10010011 10111000 0 11010 111 10110 100111100 11111 1000100

Color Harmonies of #C693B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693B8

Black with #C693B8

Text Example


Text Example

White with #C693B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693B8; }

 p { color: rgb(198,147,184); }

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

background-color css

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

 a { background-color: rgb(198,147,184); }

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

border-color css

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

 span { border-color: rgb(198,147,184); }

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