#CC6DA4

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

Shades of Hopbush #CC6DA4

Tints of Hopbush #CC6DA4

Color information

#CC6DA4 (or 0xCC6DA4) is unknown color: approx Hopbush. HEX triplet: CC, 6D and A4. RGB value is (204,109,164). Sum of RGB (Red+Green+Blue) = 204+109+164=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6DA4 is #33925B. Grayscale: #8F8F8F. Windows color (decimal): -3379804 or 10776012. OLE color: 10776012.

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

Color convert

RGB204109164-
CMYK00.470.200.2
HSL325.26º48.22%61.37%-
HSV(B)325.26º46.57%80%-
XYZ37.0726.4538.27-
YUV143.67139.47171.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 164 (64.45% from 255) = 34.38%
R=42.77%
G=22.85%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410916400.470.200.2325.2648.2261.37
HexCC6DA402F1414145303d
Octal31415524405724245056075
Binary1100110011011011010010001011111010010100101000101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6DA4; }

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

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

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

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

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

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

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

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