#C182A9

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

Shades of Bouquet #C182A9

Tints of Bouquet #C182A9

Color information

#C182A9 (or 0xC182A9) is unknown color: approx Bouquet. HEX triplet: C1, 82 and A9. RGB value is (193,130,169). Sum of RGB (Red+Green+Blue) = 193+130+169=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C182A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C182A9 is #3E7D56. Grayscale: #999999. Windows color (decimal): -4095319 or 11109057. OLE color: 11109057.

HSL color Cylindrical-coordinate representation of color #C182A9: hue angle of 322.86º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C182A9 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193130169-
CMYK00.330.120.24
HSL322.86º33.69%63.33%-
HSV(B)322.86º32.64%75.69%-
XYZ37.1430.1741.4-
YUV153.28136.87156.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 169 (66.41% from 255) = 34.35%
R=39.23%
G=26.42%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313016900.330.120.24322.8633.6963.33
HexC182A9021C18143223f
Octal30120225104114305034277
Binary1100000110000010101010010100001110011000101000011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C182A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C182A9; }

 p { color: rgb(193,130,169); }

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

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

 a { background-color: rgb(193,130,169); }

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

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

 span { border-color: rgb(193,130,169); }

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