#C675AA

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

Shades of Hopbush #C675AA

Tints of Hopbush #C675AA

Color information

#C675AA (or 0xC675AA) is unknown color: approx Hopbush. HEX triplet: C6, 75 and AA. RGB value is (198,117,170). Sum of RGB (Red+Green+Blue) = 198+117+170=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C675AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C675AA is #398A55. Grayscale: #939393. Windows color (decimal): -3770966 or 11171270. OLE color: 11171270.

HSL color Cylindrical-coordinate representation of color #C675AA: hue angle of 320.74º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C675AA is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198117170-
CMYK00.410.140.22
HSL320.74º41.54%61.76%-
HSV(B)320.74º40.91%77.65%-
XYZ36.9127.6341.42-
YUV147.26140.84164.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=40.82%
G=24.12%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811717000.410.140.22320.7441.5461.76
HexC675AA029E161412a3e
Octal30616525205116265015276
Binary110001101110101101010100101001111010110101000001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C675AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C675AA; }

 p { color: rgb(198,117,170); }

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

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

 a { background-color: rgb(198,117,170); }

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

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

 span { border-color: rgb(198,117,170); }

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