#C07EAB

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

Shades of Bouquet #C07EAB

Tints of Bouquet #C07EAB

Color information

#C07EAB (or 0xC07EAB) is unknown color: approx Bouquet. HEX triplet: C0, 7E and AB. RGB value is (192,126,171). Sum of RGB (Red+Green+Blue) = 192+126+171=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07EAB is #3F8154. Grayscale: #969696. Windows color (decimal): -4161877 or 11239104. OLE color: 11239104.

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

Color convert

RGB192126171-
CMYK00.340.110.25
HSL319.09º34.38%62.35%-
HSV(B)319.09º34.38%75.29%-
XYZ36.5529.0742.21-
YUV150.86139.37157.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 126 (49.61% from 255) = 25.77%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=39.26%
G=25.77%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212617100.340.110.25319.0934.3862.35
HexC07EAB022B1913f223e
Octal30017625304213314774276
Binary110000001111110101010110100010101111001100111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07EAB; }

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

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

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

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

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

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

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

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