Html Css Color HEX #C08CA8 Lily

📋 copy color: '#C08CA8'

red 192 ◦ green 140 ◦ blue 168

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

Shades of Lily #C08CA8

Tints of Lily #C08CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.6%

R = 38.4%
G = 28%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C08CA8 (or 0xC08CA8) is known color: Lily. HEX triplet: C0, 8C and A8. RGB value is (192,140,168). Sum of RGB (Red+Green+Blue) = 192+140+168=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08CA8 is #3F7357. Grayscale: #9E9E9E. Windows color (decimal): -4158296 or 11046080. OLE color: 11046080.

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

Color convert

RGB 192 140 168 -
CMYK 0 0.27 0.12 0.25
HSL 327.69º 0.29% 0.65% -
HSV(B) 327.69º 0.27% 0.75% -
XYZ 38.18 32.79 41.36 -
YUV 158.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 192 140 168 0 0.27 0.12 0.25 327.69 0.29 0.65
Hex C0 8C A8 0 1B C 19 148 1D 41
Octal 300 214 250 0 33 14 31 510 35 101
Binary 11000000 10001100 10101000 0 11011 1100 11001 101001000 11101 1000001

Color Harmonies of #C08CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CA8

Black with #C08CA8

Text Example


Text Example

White with #C08CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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