#C07DA6

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

Shades of Bouquet #C07DA6

Tints of Bouquet #C07DA6

Color information

#C07DA6 (or 0xC07DA6) is unknown color: approx Bouquet. HEX triplet: C0, 7D and A6. RGB value is (192,125,166). Sum of RGB (Red+Green+Blue) = 192+125+166=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07DA6 is #3F8259. Grayscale: #959595. Windows color (decimal): -4162138 or 10911168. OLE color: 10911168.

HSL color Cylindrical-coordinate representation of color #C07DA6: hue angle of 323.28º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07DA6 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB192125166-
CMYK00.350.140.25
HSL323.28º34.72%62.16%-
HSV(B)323.28º34.9%75.29%-
XYZ35.9528.6339.71-
YUV149.71137.2158.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 166 (65.23% from 255) = 34.37%
R=39.75%
G=25.88%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212516600.350.140.25323.2834.7262.16
HexC07DA6023E19143233e
Octal30017524604316315034376
Binary110000001111101101001100100011111011001101000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07DA6; }

 p { color: rgb(192,125,166); }

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

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

 a { background-color: rgb(192,125,166); }

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

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

 span { border-color: rgb(192,125,166); }

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