#CC6D90

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

Shades of Hopbush #CC6D90

Tints of Hopbush #CC6D90

Color information

#CC6D90 (or 0xCC6D90) is unknown color: approx Hopbush. HEX triplet: CC, 6D and 90. RGB value is (204,109,144). Sum of RGB (Red+Green+Blue) = 204+109+144=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6D90 is #33926F. Grayscale: #8D8D8D. Windows color (decimal): -3379824 or 9465292. OLE color: 9465292.

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

Color convert

RGB204109144-
CMYK00.470.290.2
HSL337.89º48.22%61.37%-
HSV(B)337.89º46.57%80%-
XYZ35.425.7929.5-
YUV141.39129.47172.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=44.64%
G=23.85%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410914400.470.290.2337.8948.2261.37
HexCC6D9002F1D14152303d
Octal31415522005735245226075
Binary1100110011011011001000001011111110110100101010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6D90; }

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

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

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

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

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

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

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

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