Html Css Color HEX #C694BB Lily

📋 copy color: '#C694BB'

red 198 ◦ green 148 ◦ blue 187

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

Shades of Lily #C694BB

Tints of Lily #C694BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.77%

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 37.15%
G = 27.77%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C694BB (or 0xC694BB) is known color: Lily. HEX triplet: C6, 94 and BB. RGB value is (198,148,187). Sum of RGB (Red+Green+Blue) = 198+148+187=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C694BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694BB is #396B44. Grayscale: #A7A7A7. Windows color (decimal): -3763013 or 12293318. OLE color: 12293318.

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

Color convert

RGB 198 148 187 -
CMYK 0 0.25 0.06 0.22
HSL 313.2º 0.3% 0.68% -
HSV(B) 313.2º 0.25% 0.78% -
XYZ 42.85 36.77 51.85 -
YUV 167.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 198 148 187 0 0.25 0.06 0.22 313.2 0.3 0.68
Hex C6 94 BB 0 19 6 16 139 1E 44
Octal 306 224 273 0 31 6 26 471 36 104
Binary 11000110 10010100 10111011 0 11001 110 10110 100111001 11110 1000100

Color Harmonies of #C694BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694BB

Black with #C694BB

Text Example


Text Example

White with #C694BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694BB; }

 p { color: rgb(198,148,187); }

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

background-color css

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

 a { background-color: rgb(198,148,187); }

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

border-color css

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

 span { border-color: rgb(198,148,187); }

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