Html Css Color HEX #C695BB Lily

📋 copy color: '#C695BB'

red 198 ◦ green 149 ◦ blue 187

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

Shades of Lily #C695BB

Tints of Lily #C695BB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.9%

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

R = 37.08%
G = 27.9%
B = 35.02%

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

#C695BB (or 0xC695BB) is known color: Lily. HEX triplet: C6, 95 and BB. RGB value is (198,149,187). Sum of RGB (Red+Green+Blue) = 198+149+187=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C695BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695BB is #396A44. Grayscale: #A7A7A7. Windows color (decimal): -3762757 or 12293574. OLE color: 12293574.

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

Color convert

RGB 198 149 187 -
CMYK 0 0.25 0.06 0.22
HSL 313.47º 0.3% 0.68% -
HSV(B) 313.47º 0.25% 0.78% -
XYZ 43.01 37.09 51.91 -
YUV 167.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 198 149 187 0 0.25 0.06 0.22 313.47 0.3 0.68
Hex C6 95 BB 0 19 6 16 139 1E 44
Octal 306 225 273 0 31 6 26 471 36 104
Binary 11000110 10010101 10111011 0 11001 110 10110 100111001 11110 1000100

Color Harmonies of #C695BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695BB

Black with #C695BB

Text Example


Text Example

White with #C695BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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