#C07DAB

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

Shades of Bouquet #C07DAB

Tints of Bouquet #C07DAB

Color information

#C07DAB (or 0xC07DAB) is unknown color: approx Bouquet. HEX triplet: C0, 7D and AB. RGB value is (192,125,171). Sum of RGB (Red+Green+Blue) = 192+125+171=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07DAB is #3F8254. Grayscale: #969696. Windows color (decimal): -4162133 or 11238848. OLE color: 11238848.

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

Color convert

RGB192125171-
CMYK00.350.110.25
HSL318.81º34.72%62.16%-
HSV(B)318.81º34.9%75.29%-
XYZ36.4228.8142.17-
YUV150.28139.7157.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.34%
GREEN value IS 125 (49.22% from 255) = 25.61%
BLUE value IS 171 (67.19% from 255) = 35.04%
R=39.34%
G=25.61%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212517100.350.110.25318.8134.7262.16
HexC07DAB023B1913f233e
Octal30017525304313314774376
Binary110000001111101101010110100011101111001100111111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07DAB; }

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

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

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

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

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

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

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

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