#CF669E

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

Shades of Hopbush #CF669E

Tints of Hopbush #CF669E

Color information

#CF669E (or 0xCF669E) is unknown color: approx Hopbush. HEX triplet: CF, 66 and 9E. RGB value is (207,102,158). Sum of RGB (Red+Green+Blue) = 207+102+158=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF669E is #309961. Grayscale: #8B8B8B. Windows color (decimal): -3184994 or 10381007. OLE color: 10381007.

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

Color convert

RGB207102158-
CMYK00.510.240.19
HSL328º52.24%60.59%-
HSV(B)328º50.72%81.18%-
XYZ36.6625.2435.29-
YUV139.78138.29175.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.33%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=44.33%
G=21.84%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710215800.510.240.1932852.2460.59
HexCF669E0331813148343d
Octal31714623606330235106475
Binary1100111111001101001111001100111100010011101001000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF669E; }

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

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

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

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

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

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

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

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