#CC668F

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

Shades of Hopbush #CC668F

Tints of Hopbush #CC668F

Color information

#CC668F (or 0xCC668F) is unknown color: approx Hopbush. HEX triplet: CC, 66 and 8F. RGB value is (204,102,143). Sum of RGB (Red+Green+Blue) = 204+102+143=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC668F is #339970. Grayscale: #898989. Windows color (decimal): -3381617 or 9397964. OLE color: 9397964.

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

Color convert

RGB204102143-
CMYK00.50.300.2
HSL335.88º50%60%-
HSV(B)335.88º50%80%-
XYZ34.6124.3228.86-
YUV137.17131.29175.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=45.43%
G=22.72%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410214300.50.300.2335.885060
HexCC668F0321E14150323c
Octal31414621706236245206274
Binary1100110011001101000111101100101111010100101010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC668F; }

 p { color: rgb(204,102,143); }

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

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

 a { background-color: rgb(204,102,143); }

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

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

 span { border-color: rgb(204,102,143); }

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