Html Css Color HEX #C08CAC Lily

📋 copy color: '#C08CAC'

red 192 ◦ green 140 ◦ blue 172

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

Shades of Lily #C08CAC

Tints of Lily #C08CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.13%

R = 38.1%
G = 27.78%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C08CAC (or 0xC08CAC) is known color: Lily. HEX triplet: C0, 8C and AC. RGB value is (192,140,172). Sum of RGB (Red+Green+Blue) = 192+140+172=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08CAC is #3F7353. Grayscale: #9F9F9F. Windows color (decimal): -4158292 or 11308224. OLE color: 11308224.

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

Color convert

RGB 192 140 172 -
CMYK 0 0.27 0.10 0.25
HSL 323.08º 0.29% 0.65% -
HSV(B) 323.08º 0.27% 0.75% -
XYZ 38.56 32.94 43.36 -
YUV 159.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 192 140 172 0 0.27 0.10 0.25 323.08 0.29 0.65
Hex C0 8C AC 0 1B A 19 143 1D 41
Octal 300 214 254 0 33 12 31 503 35 101
Binary 11000000 10001100 10101100 0 11011 1010 11001 101000011 11101 1000001

Color Harmonies of #C08CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CAC

Black with #C08CAC

Text Example


Text Example

White with #C08CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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