#CC69AF

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

Shades of Hopbush #CC69AF

Tints of Hopbush #CC69AF

Color information

#CC69AF (or 0xCC69AF) is unknown color: approx Hopbush. HEX triplet: CC, 69 and AF. RGB value is (204,105,175). Sum of RGB (Red+Green+Blue) = 204+105+175=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC69AF is #339650. Grayscale: #8E8E8E. Windows color (decimal): -3380817 or 11495884. OLE color: 11495884.

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

Color convert

RGB204105175-
CMYK00.490.140.2
HSL317.58º49.25%60.59%-
HSV(B)317.58º48.53%80%-
XYZ37.6926.0443.6-
YUV142.58146.3171.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 105 (41.41% from 255) = 21.69%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=42.15%
G=21.69%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410517500.490.140.2317.5849.2560.59
HexCC69AF031E1413e313d
Octal31415125706116244766175
Binary110011001101001101011110110001111010100100111110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC69AF; }

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

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

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

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

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

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

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

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