Html Css Color HEX #C08BB1 Lily

📋 copy color: '#C08BB1'

red 192 ◦ green 139 ◦ blue 177

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

Shades of Lily #C08BB1

Tints of Lily #C08BB1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.36%

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

R = 37.8%
G = 27.36%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C08BB1 (or 0xC08BB1) is known color: Lily. HEX triplet: C0, 8B and B1. RGB value is (192,139,177). Sum of RGB (Red+Green+Blue) = 192+139+177=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BB1 is #3F744E. Grayscale: #9F9F9F. Windows color (decimal): -4158543 or 11635648. OLE color: 11635648.

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

Color convert

RGB 192 139 177 -
CMYK 0 0.28 0.08 0.25
HSL 316.98º 0.3% 0.65% -
HSV(B) 316.98º 0.28% 0.75% -
XYZ 38.91 32.85 45.88 -
YUV 159.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 192 139 177 0 0.28 0.08 0.25 316.98 0.3 0.65
Hex C0 8B B1 0 1C 8 19 13D 1E 41
Octal 300 213 261 0 34 10 31 475 36 101
Binary 11000000 10001011 10110001 0 11100 1000 11001 100111101 11110 1000001

Color Harmonies of #C08BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BB1

Black with #C08BB1

Text Example


Text Example

White with #C08BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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