#CF75AA

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

Shades of Hopbush #CF75AA

Tints of Hopbush #CF75AA

Color information

#CF75AA (or 0xCF75AA) is unknown color: approx Hopbush. HEX triplet: CF, 75 and AA. RGB value is (207,117,170). Sum of RGB (Red+Green+Blue) = 207+117+170=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF75AA is #308A55. Grayscale: #959595. Windows color (decimal): -3181142 or 11171279. OLE color: 11171279.

HSL color Cylindrical-coordinate representation of color #CF75AA: hue angle of 324.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF75AA is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB207117170-
CMYK00.430.180.19
HSL324.67º48.39%63.53%-
HSV(B)324.67º43.48%81.18%-
XYZ39.3528.8941.53-
YUV149.95139.32168.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 117 (46.09% from 255) = 23.68%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=41.90%
G=23.68%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711717000.430.180.19324.6748.3963.53
HexCF75AA02B12131453040
Octal317165252053222350560100
Binary11001111111010110101010010101110010100111010001011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75AA; }

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

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

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

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

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

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

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

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