#C07DA2

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

Shades of Bouquet #C07DA2

Tints of Bouquet #C07DA2

Color information

#C07DA2 (or 0xC07DA2) is unknown color: approx Bouquet. HEX triplet: C0, 7D and A2. RGB value is (192,125,162). Sum of RGB (Red+Green+Blue) = 192+125+162=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07DA2 is #3F825D. Grayscale: #959595. Windows color (decimal): -4162142 or 10649024. OLE color: 10649024.

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

Color convert

RGB192125162-
CMYK00.350.160.25
HSL326.87º34.72%62.16%-
HSV(B)326.87º34.9%75.29%-
XYZ35.5928.4837.8-
YUV149.25135.2158.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 162 (63.67% from 255) = 33.82%
R=40.08%
G=26.10%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212516200.350.160.25326.8734.7262.16
HexC07DA20231019147233e
Octal30017524204320315074376
Binary1100000011111011010001001000111000011001101000111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07DA2; }

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

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

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

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

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

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

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

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