Html Css Color HEX #C083AB Lily

📋 copy color: '#C083AB'

red 192 ◦ green 131 ◦ blue 171

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

Shades of Lily #C083AB

Tints of Lily #C083AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.52%

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 38.87%
G = 26.52%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C083AB (or 0xC083AB) is known color: Lily. HEX triplet: C0, 83 and AB. RGB value is (192,131,171). Sum of RGB (Red+Green+Blue) = 192+131+171=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C083AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C083AB is #3F7C54. Grayscale: #999999. Windows color (decimal): -4160597 or 11240384. OLE color: 11240384.

HSL color Cylindrical-coordinate representation of color #C083AB: hue angle of 320.66º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C083AB is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 171 -
CMYK 0 0.32 0.11 0.25
HSL 320.66º 0.33% 0.63% -
HSV(B) 320.66º 0.32% 0.75% -
XYZ 37.21 30.38 42.43 -
YUV 153.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 192 131 171 0 0.32 0.11 0.25 320.66 0.33 0.63
Hex C0 83 AB 0 20 B 19 141 21 3F
Octal 300 203 253 0 40 13 31 501 41 77
Binary 11000000 10000011 10101011 0 100000 1011 11001 101000001 100001 111111

Color Harmonies of #C083AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083AB

Black with #C083AB

Text Example


Text Example

White with #C083AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083AB; }

 p { color: rgb(192,131,171); }

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

background-color css

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

 a { background-color: rgb(192,131,171); }

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

border-color css

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

 span { border-color: rgb(192,131,171); }

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