#CC658C

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

Shades of Hopbush #CC658C

Tints of Hopbush #CC658C

Color information

#CC658C (or 0xCC658C) is unknown color: approx Hopbush. HEX triplet: CC, 65 and 8C. RGB value is (204,101,140). Sum of RGB (Red+Green+Blue) = 204+101+140=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC658C is #339A73. Grayscale: #888888. Windows color (decimal): -3381876 or 9201100. OLE color: 9201100.

HSL color Cylindrical-coordinate representation of color #CC658C: hue angle of 337.28º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC658C is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204101140-
CMYK00.500.310.2
HSL337.28º50.24%59.8%-
HSV(B)337.28º50.49%80%-
XYZ34.2924.0427.64-
YUV136.24130.12176.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=45.84%
G=22.70%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410114000.500.310.2337.2850.2459.8
HexCC658C0321F14151323c
Octal31414521406237245216274
Binary1100110011001011000110001100101111110100101010001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC658C; }

 p { color: rgb(204,101,140); }

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

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

 a { background-color: rgb(204,101,140); }

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

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

 span { border-color: rgb(204,101,140); }

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