#C083A8

Color #C083A8 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #C083A8

Tints of Bouquet #C083A8

Color information

#C083A8 (or 0xC083A8) is unknown color: approx Bouquet. HEX triplet: C0, 83 and A8. RGB value is (192,131,168). Sum of RGB (Red+Green+Blue) = 192+131+168=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C083A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C083A8 is #3F7C57. Grayscale: #999999. Windows color (decimal): -4160600 or 11043776. OLE color: 11043776.

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

Color convert

RGB192131168-
CMYK00.320.120.25
HSL323.61º32.62%63.33%-
HSV(B)323.61º31.77%75.29%-
XYZ36.9230.2740.94-
YUV153.46136.21155.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 168 (66.02% from 255) = 34.22%
R=39.10%
G=26.68%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213116800.320.120.25323.6132.6263.33
HexC083A8020C19144213f
Octal30020325004014315044177
Binary1100000010000011101010000100000110011001101000100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083A8; }

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

 H1.HeaderClassName
 {
   color: #C083A8;
 }
 .AnyTagClassName
 {
   color: #C083A8;
 }
</style>
background-color css

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

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

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

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

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

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