#CC658A

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

Shades of Hopbush #CC658A

Tints of Hopbush #CC658A

Color information

#CC658A (or 0xCC658A) is unknown color: approx Hopbush. HEX triplet: CC, 65 and 8A. RGB value is (204,101,138). Sum of RGB (Red+Green+Blue) = 204+101+138=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC658A is #339A75. Grayscale: #878787. Windows color (decimal): -3381878 or 9070028. OLE color: 9070028.

HSL color Cylindrical-coordinate representation of color #CC658A: hue angle of 338.45º 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 #CC658A is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204101138-
CMYK00.500.320.2
HSL338.45º50.24%59.8%-
HSV(B)338.45º50.49%80%-
XYZ34.1423.9826.87-
YUV136.01129.12176.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=46.05%
G=22.80%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410113800.500.320.2338.4550.2459.8
HexCC658A0322014152323c
Octal31414521206240245226274
Binary11001100110010110001010011001010000010100101010010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC658A; }

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

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

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

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

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

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

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

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