#C07FA5

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

Shades of Bouquet #C07FA5

Tints of Bouquet #C07FA5

Color information

#C07FA5 (or 0xC07FA5) is unknown color: approx Bouquet. HEX triplet: C0, 7F and A5. RGB value is (192,127,165). Sum of RGB (Red+Green+Blue) = 192+127+165=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FA5 is #3F805A. Grayscale: #969696. Windows color (decimal): -4161627 or 10846144. OLE color: 10846144.

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

Color convert

RGB192127165-
CMYK00.340.140.25
HSL324.92º34.03%62.55%-
HSV(B)324.92º33.85%75.29%-
XYZ36.1229.139.31-
YUV150.77136.03157.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=39.67%
G=26.24%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212716500.340.140.25324.9234.0362.55
HexC07FA5022E19145223f
Octal30017724504216315054277
Binary110000001111111101001010100010111011001101000101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07FA5; }

 p { color: rgb(192,127,165); }

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

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

 a { background-color: rgb(192,127,165); }

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

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

 span { border-color: rgb(192,127,165); }

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