#CC708F

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

Shades of Hopbush #CC708F

Tints of Hopbush #CC708F

Color information

#CC708F (or 0xCC708F) is unknown color: approx Hopbush. HEX triplet: CC, 70 and 8F. RGB value is (204,112,143). Sum of RGB (Red+Green+Blue) = 204+112+143=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC708F is #338F70. Grayscale: #8F8F8F. Windows color (decimal): -3379057 or 9400524. OLE color: 9400524.

HSL color Cylindrical-coordinate representation of color #CC708F: hue angle of 339.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC708F is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204112143-
CMYK00.450.300.2
HSL339.78º47.42%61.96%-
HSV(B)339.78º45.1%80%-
XYZ35.6526.4129.2-
YUV143.04127.98171.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 143 (56.25% from 255) = 31.15%
R=44.44%
G=24.40%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411214300.450.300.2339.7847.4261.96
HexCC708F02D1E141542f3e
Octal31416021705536245245776
Binary1100110011100001000111101011011111010100101010100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC708F; }

 p { color: rgb(204,112,143); }

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

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

 a { background-color: rgb(204,112,143); }

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

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

 span { border-color: rgb(204,112,143); }

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