#CF6597

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

Shades of Hopbush #CF6597

Tints of Hopbush #CF6597

Color information

#CF6597 (or 0xCF6597) is unknown color: approx Hopbush. HEX triplet: CF, 65 and 97. RGB value is (207,101,151). Sum of RGB (Red+Green+Blue) = 207+101+151=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6597 is #309A68. Grayscale: #8A8A8A. Windows color (decimal): -3185257 or 9921999. OLE color: 9921999.

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

Color convert

RGB207101151-
CMYK00.510.270.19
HSL331.7º52.48%60.39%-
HSV(B)331.7º51.21%81.18%-
XYZ35.9724.8132.17-
YUV138.39135.12176.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.10%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=45.10%
G=22.00%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710115100.510.270.19331.752.4860.39
HexCF65970331B1314c343c
Octal31714522706333235146474
Binary1100111111001011001011101100111101110011101001100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6597; }

 p { color: rgb(207,101,151); }

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

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

 a { background-color: rgb(207,101,151); }

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

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

 span { border-color: rgb(207,101,151); }

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