#C070A7

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

Shades of Bouquet #C070A7

Tints of Bouquet #C070A7

Color information

#C070A7 (or 0xC070A7) is unknown color: approx Bouquet. HEX triplet: C0, 70 and A7. RGB value is (192,112,167). Sum of RGB (Red+Green+Blue) = 192+112+167=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C070A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070A7 is #3F8F58. Grayscale: #8E8E8E. Windows color (decimal): -4165465 or 10973376. OLE color: 10973376.

HSL color Cylindrical-coordinate representation of color #C070A7: hue angle of 318.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C070A7 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB192112167-
CMYK00.420.130.25
HSL318.75º38.83%59.61%-
HSV(B)318.75º41.67%75.29%-
XYZ34.5125.5839.68-
YUV142.19142163.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 112 (44.14% from 255) = 23.78%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=40.76%
G=23.78%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211216700.420.130.25318.7538.8359.61
HexC070A702AD1913f273c
Octal30016024705215314774774
Binary110000001110000101001110101010110111001100111111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C070A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C070A7; }

 p { color: rgb(192,112,167); }

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

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

 a { background-color: rgb(192,112,167); }

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

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

 span { border-color: rgb(192,112,167); }

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