#cf679e

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

Shades of Hopbush #CF679E

Tints of Hopbush #CF679E

Color information

#CF679E (or 0xCF679E) is unknown color: approx Hopbush. HEX triplet: CF, 67 and 9E. RGB value is (207,103,158). Sum of RGB (Red+Green+Blue) = 207+103+158=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF679E is #309861. Grayscale: #8C8C8C. Windows color (decimal): -3184738 or 10381263. OLE color: 10381263.

HSL color Cylindrical-coordinate representation of color #CF679E: hue angle of 328.27º 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 #CF679E is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB207103158-
CMYK00.500.240.19
HSL328.27º52%60.78%-
HSV(B)328.27º50.24%81.18%-
XYZ36.7525.4335.32-
YUV140.37137.96175.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=44.23%
G=22.01%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710315800.500.240.19328.275260.78
HexCF679E0321813148343d
Octal31714723606230235106475
Binary1100111111001111001111001100101100010011101001000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf679e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf679e; }

 p { color: rgb(207,103,158); }

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

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

 a { background-color: rgb(207,103,158); }

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

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

 span { border-color: rgb(207,103,158); }

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