#CC67A5

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

Shades of Hopbush #CC67A5

Tints of Hopbush #CC67A5

Color information

#CC67A5 (or 0xCC67A5) is unknown color: approx Hopbush. HEX triplet: CC, 67 and A5. RGB value is (204,103,165). Sum of RGB (Red+Green+Blue) = 204+103+165=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC67A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC67A5 is #33985A. Grayscale: #8C8C8C. Windows color (decimal): -3381339 or 10840012. OLE color: 10840012.

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

Color convert

RGB204103165-
CMYK00.500.190.2
HSL323.17º49.75%60.2%-
HSV(B)323.17º49.51%80%-
XYZ36.5425.2538.55-
YUV140.27141.96173.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 165 (64.84% from 255) = 34.96%
R=43.22%
G=21.82%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410316500.500.190.2323.1749.7560.2
HexCC67A50321314143323c
Octal31414724506223245036274
Binary1100110011001111010010101100101001110100101000011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC67A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC67A5; }

 p { color: rgb(204,103,165); }

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

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

 a { background-color: rgb(204,103,165); }

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

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

 span { border-color: rgb(204,103,165); }

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