#CC68A5

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

Shades of Hopbush #CC68A5

Tints of Hopbush #CC68A5

Color information

#CC68A5 (or 0xCC68A5) is unknown color: approx Hopbush. HEX triplet: CC, 68 and A5. RGB value is (204,104,165). Sum of RGB (Red+Green+Blue) = 204+104+165=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC68A5 is #33975A. Grayscale: #8C8C8C. Windows color (decimal): -3381083 or 10840268. OLE color: 10840268.

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

Color convert

RGB204104165-
CMYK00.490.190.2
HSL323.4º49.5%60.39%-
HSV(B)323.4º49.02%80%-
XYZ36.6425.4538.58-
YUV140.85141.63173.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=43.13%
G=21.99%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410416500.490.190.2323.449.560.39
HexCC68A50311314143323c
Octal31415024506123245036274
Binary1100110011010001010010101100011001110100101000011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC68A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC68A5; }

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

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

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

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

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

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

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

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