#C082AA

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

Shades of Bouquet #C082AA

Tints of Bouquet #C082AA

Color information

#C082AA (or 0xC082AA) is unknown color: approx Bouquet. HEX triplet: C0, 82 and AA. RGB value is (192,130,170). Sum of RGB (Red+Green+Blue) = 192+130+170=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C082AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C082AA is #3F7D55. Grayscale: #999999. Windows color (decimal): -4160854 or 11174592. OLE color: 11174592.

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

Color convert

RGB192130170-
CMYK00.320.110.25
HSL321.29º32.98%63.14%-
HSV(B)321.29º32.29%75.29%-
XYZ36.9830.0741.89-
YUV153.1137.54155.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=39.02%
G=26.42%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213017000.320.110.25321.2932.9863.14
HexC082AA020B19141213f
Octal30020225204013315014177
Binary1100000010000010101010100100000101111001101000001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C082AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C082AA; }

 p { color: rgb(192,130,170); }

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

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

 a { background-color: rgb(192,130,170); }

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

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

 span { border-color: rgb(192,130,170); }

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