#CF6288

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

Shades of Hopbush #CF6288

Tints of Hopbush #CF6288

Color information

#CF6288 (or 0xCF6288) is unknown color: approx Hopbush. HEX triplet: CF, 62 and 88. RGB value is (207,98,136). Sum of RGB (Red+Green+Blue) = 207+98+136=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6288 is #309D77. Grayscale: #868686. Windows color (decimal): -3186040 or 8938191. OLE color: 8938191.

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

Color convert

RGB20798136-
CMYK00.530.340.19
HSL339.08º53.17%59.8%-
HSV(B)339.08º52.66%81.18%-
XYZ34.5423.7826.06-
YUV134.92128.61179.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=46.94%
G=22.22%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079813600.530.340.19339.0853.1759.8
HexCF62880352213153353c
Octal31714221006542235236574
Binary11001111110001010001000011010110001010011101010011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6288; }

 p { color: rgb(207,98,136); }

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

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

 a { background-color: rgb(207,98,136); }

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

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

 span { border-color: rgb(207,98,136); }

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