#CC65A7

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

Shades of Hopbush #CC65A7

Tints of Hopbush #CC65A7

Color information

#CC65A7 (or 0xCC65A7) is unknown color: approx Hopbush. HEX triplet: CC, 65 and A7. RGB value is (204,101,167). Sum of RGB (Red+Green+Blue) = 204+101+167=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC65A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC65A7 is #339A58. Grayscale: #8B8B8B. Windows color (decimal): -3381849 or 10970572. OLE color: 10970572.

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

Color convert

RGB204101167-
CMYK00.500.180.2
HSL321.55º50.24%59.8%-
HSV(B)321.55º50.49%80%-
XYZ36.5324.9339.45-
YUV139.32143.62174.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 101 (39.84% from 255) = 21.40%
BLUE value IS 167 (65.62% from 255) = 35.38%
R=43.22%
G=21.40%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410116700.500.180.2321.5550.2459.8
HexCC65A70321214142323c
Octal31414524706222245026274
Binary1100110011001011010011101100101001010100101000010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC65A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC65A7; }

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

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

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

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

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

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

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

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