#CC6990

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

Shades of Hopbush #CC6990

Tints of Hopbush #CC6990

Color information

#CC6990 (or 0xCC6990) is unknown color: approx Hopbush. HEX triplet: CC, 69 and 90. RGB value is (204,105,144). Sum of RGB (Red+Green+Blue) = 204+105+144=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6990 is #33966F. Grayscale: #8A8A8A. Windows color (decimal): -3380848 or 9464268. OLE color: 9464268.

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

Color convert

RGB204105144-
CMYK00.490.290.2
HSL336.36º49.25%60.59%-
HSV(B)336.36º48.53%80%-
XYZ34.9924.9529.36-
YUV139.05130.8174.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 144 (56.64% from 255) = 31.79%
R=45.03%
G=23.18%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410514400.490.290.2336.3649.2560.59
HexCC69900311D14150313d
Octal31415122006135245206175
Binary1100110011010011001000001100011110110100101010000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6990; }

 p { color: rgb(204,105,144); }

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

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

 a { background-color: rgb(204,105,144); }

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

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

 span { border-color: rgb(204,105,144); }

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