#CF668D

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

Shades of Hopbush #CF668D

Tints of Hopbush #CF668D

Color information

#CF668D (or 0xCF668D) is unknown color: approx Hopbush. HEX triplet: CF, 66 and 8D. RGB value is (207,102,141). Sum of RGB (Red+Green+Blue) = 207+102+141=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF668D is #309972. Grayscale: #898989. Windows color (decimal): -3185011 or 9266895. OLE color: 9266895.

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

Color convert

RGB207102141-
CMYK00.510.320.19
HSL337.71º52.24%60.59%-
HSV(B)337.71º50.72%81.18%-
XYZ35.2924.6928.11-
YUV137.84129.79177.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=46%
G=22.67%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710214100.510.320.19337.7152.2460.59
HexCF668D0332013152343d
Octal31714621506340235226475
Binary11001111110011010001101011001110000010011101010010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF668D; }

 p { color: rgb(207,102,141); }

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

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

 a { background-color: rgb(207,102,141); }

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

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

 span { border-color: rgb(207,102,141); }

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