#CF609B

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

Shades of Hopbush #CF609B

Tints of Hopbush #CF609B

Color information

#CF609B (or 0xCF609B) is unknown color: approx Hopbush. HEX triplet: CF, 60 and 9B. RGB value is (207,96,155). Sum of RGB (Red+Green+Blue) = 207+96+155=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF609B is #309F64. Grayscale: #878787. Windows color (decimal): -3186533 or 10182863. OLE color: 10182863.

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

Color convert

RGB20796155-
CMYK00.540.250.19
HSL328.11º53.62%59.41%-
HSV(B)328.11º53.62%81.18%-
XYZ35.832433.75-
YUV135.92138.77178.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.20%
GREEN value IS 96 (37.89% from 255) = 20.96%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=45.20%
G=20.96%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079615500.540.250.19328.1153.6259.41
HexCF609B0361913148363b
Octal31714023306631235106673
Binary1100111111000001001101101101101100110011101001000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF609B; }

 p { color: rgb(207,96,155); }

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

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

 a { background-color: rgb(207,96,155); }

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

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

 span { border-color: rgb(207,96,155); }

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