#C07CA7

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

Shades of Bouquet #C07CA7

Tints of Bouquet #C07CA7

Color information

#C07CA7 (or 0xC07CA7) is unknown color: approx Bouquet. HEX triplet: C0, 7C and A7. RGB value is (192,124,167). Sum of RGB (Red+Green+Blue) = 192+124+167=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C07CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07CA7 is #3F8358. Grayscale: #959595. Windows color (decimal): -4162393 or 10976448. OLE color: 10976448.

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

Color convert

RGB192124167-
CMYK00.350.130.25
HSL322.06º35.05%61.96%-
HSV(B)322.06º35.42%75.29%-
XYZ35.9228.4140.15-
YUV149.23138.03158.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 167 (65.62% from 255) = 34.58%
R=39.75%
G=25.67%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212416700.350.130.25322.0635.0561.96
HexC07CA7023D19142233e
Octal30017424704315315024376
Binary110000001111100101001110100011110111001101000010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07CA7; }

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

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

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

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

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

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

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

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