Html Css Color HEX #C08CB1 Lily

📋 copy color: '#C08CB1'

red 192 ◦ green 140 ◦ blue 177

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

Shades of Lily #C08CB1

Tints of Lily #C08CB1

RGB

 RED value IS 192 (75.39% from 255) = 37.72%

 GREEN value IS 140 (55.08% from 255) = 27.5%

 BLUE value IS 177 (69.53% from 255) = 34.77%

R = 37.72%
G = 27.5%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C08CB1 (or 0xC08CB1) is known color: Lily. HEX triplet: C0, 8C and B1. RGB value is (192,140,177). Sum of RGB (Red+Green+Blue) = 192+140+177=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08CB1 is #3F734E. Grayscale: #9F9F9F. Windows color (decimal): -4158287 or 11635904. OLE color: 11635904.

HSL color Cylindrical-coordinate representation of color #C08CB1: hue angle of 317.31º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08CB1 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 140 177 -
CMYK 0 0.27 0.08 0.25
HSL 317.31º 0.29% 0.65% -
HSV(B) 317.31º 0.27% 0.75% -
XYZ 39.05 33.14 45.93 -
YUV 159.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 192 140 177 0 0.27 0.08 0.25 317.31 0.29 0.65
Hex C0 8C B1 0 1B 8 19 13D 1D 41
Octal 300 214 261 0 33 10 31 475 35 101
Binary 11000000 10001100 10110001 0 11011 1000 11001 100111101 11101 1000001

Color Harmonies of #C08CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CB1

Black with #C08CB1

Text Example


Text Example

White with #C08CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CB1; }

 p { color: rgb(192,140,177); }

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

background-color css

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

 a { background-color: rgb(192,140,177); }

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

border-color css

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

 span { border-color: rgb(192,140,177); }

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