Html Css Color HEX #C08FB3 Lily

📋 copy color: '#C08FB3'

red 192 ◦ green 143 ◦ blue 179

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

Shades of Lily #C08FB3

Tints of Lily #C08FB3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.82%

 BLUE value IS 179 (70.31% from 255) = 34.82%

R = 37.35%
G = 27.82%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C08FB3 (or 0xC08FB3) is known color: Lily. HEX triplet: C0, 8F and B3. RGB value is (192,143,179). Sum of RGB (Red+Green+Blue) = 192+143+179=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FB3 is #3F704C. Grayscale: #A1A1A1. Windows color (decimal): -4157517 or 11767744. OLE color: 11767744.

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

Color convert

RGB 192 143 179 -
CMYK 0 0.26 0.07 0.25
HSL 315.92º 0.28% 0.66% -
HSV(B) 315.92º 0.26% 0.75% -
XYZ 39.7 34.11 47.14 -
YUV 161.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 192 143 179 0 0.26 0.07 0.25 315.92 0.28 0.66
Hex C0 8F B3 0 1A 7 19 13C 1C 42
Octal 300 217 263 0 32 7 31 474 34 102
Binary 11000000 10001111 10110011 0 11010 111 11001 100111100 11100 1000010

Color Harmonies of #C08FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FB3

Black with #C08FB3

Text Example


Text Example

White with #C08FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FB3; }

 p { color: rgb(192,143,179); }

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

background-color css

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

 a { background-color: rgb(192,143,179); }

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

border-color css

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

 span { border-color: rgb(192,143,179); }

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