#C076AD

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

Shades of Bouquet #C076AD

Tints of Bouquet #C076AD

Color information

#C076AD (or 0xC076AD) is unknown color: approx Bouquet. HEX triplet: C0, 76 and AD. RGB value is (192,118,173). Sum of RGB (Red+Green+Blue) = 192+118+173=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C076AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C076AD is #3F8952. Grayscale: #929292. Windows color (decimal): -4163923 or 11368128. OLE color: 11368128.

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

Color convert

RGB192118173-
CMYK00.390.100.25
HSL315.41º37%60.78%-
HSV(B)315.41º38.54%75.29%-
XYZ35.7627.1842.9-
YUV146.4143.02160.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 118 (46.48% from 255) = 24.43%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=39.75%
G=24.43%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211817300.390.100.25315.413760.78
HexC076AD027A1913b253d
Octal30016625504712314734575
Binary110000001110110101011010100111101011001100111011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C076AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C076AD; }

 p { color: rgb(192,118,173); }

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

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

 a { background-color: rgb(192,118,173); }

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

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

 span { border-color: rgb(192,118,173); }

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