#CF688C

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

Shades of Hopbush #CF688C

Tints of Hopbush #CF688C

Color information

#CF688C (or 0xCF688C) is unknown color: approx Hopbush. HEX triplet: CF, 68 and 8C. RGB value is (207,104,140). Sum of RGB (Red+Green+Blue) = 207+104+140=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF688C is #309773. Grayscale: #8A8A8A. Windows color (decimal): -3184500 or 9201871. OLE color: 9201871.

HSL color Cylindrical-coordinate representation of color #CF688C: hue angle of 339.03º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF688C is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207104140-
CMYK00.500.320.19
HSL339.03º51.76%60.98%-
HSV(B)339.03º49.76%81.18%-
XYZ35.4225.0627.78-
YUV138.9128.62176.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.90%
GREEN value IS 104 (41.02% from 255) = 23.06%
BLUE value IS 140 (55.08% from 255) = 31.04%
R=45.90%
G=23.06%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710414000.500.320.19339.0351.7660.98
HexCF688C0322013153343d
Octal31715021406240235236475
Binary11001111110100010001100011001010000010011101010011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF688C; }

 p { color: rgb(207,104,140); }

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

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

 a { background-color: rgb(207,104,140); }

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

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

 span { border-color: rgb(207,104,140); }

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