#CF6494

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

Shades of Hopbush #CF6494

Tints of Hopbush #CF6494

Color information

#CF6494 (or 0xCF6494) is unknown color: approx Hopbush. HEX triplet: CF, 64 and 94. RGB value is (207,100,148). Sum of RGB (Red+Green+Blue) = 207+100+148=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6494 is #309B6B. Grayscale: #898989. Windows color (decimal): -3185516 or 9725135. OLE color: 9725135.

HSL color Cylindrical-coordinate representation of color #CF6494: hue angle of 333.08º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6494 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB207100148-
CMYK00.520.290.19
HSL333.08º52.71%60.2%-
HSV(B)333.08º51.69%81.18%-
XYZ35.6324.5230.87-
YUV137.46133.95177.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=45.49%
G=21.98%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710014800.520.290.19333.0852.7160.2
HexCF64940341D1314d353c
Octal31714422406435235156574
Binary1100111111001001001010001101001110110011101001101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6494; }

 p { color: rgb(207,100,148); }

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

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

 a { background-color: rgb(207,100,148); }

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

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

 span { border-color: rgb(207,100,148); }

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