Html Css Color HEX #CC73AA Hopbush

📋 copy color: '#CC73AA'

red 204 ◦ green 115 ◦ blue 170

#CC73AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #CC73AA

Tints of Hopbush #CC73AA

RGB

 RED value IS 204 (80.08% from 255) = 41.72%

 GREEN value IS 115 (45.31% from 255) = 23.52%

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 41.72%
G = 23.52%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC73AA (or 0xCC73AA) is known color: Hopbush. HEX triplet: CC, 73 and AA. RGB value is (204,115,170). Sum of RGB (Red+Green+Blue) = 204+115+170=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC73AA is #338C55. Grayscale: #939393. Windows color (decimal): -3378262 or 11170764. OLE color: 11170764.

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

Color convert

RGB 204 115 170 -
CMYK 0 0.44 0.17 0.2
HSL 322.92º 0.47% 0.63% -
HSV(B) 322.92º 0.44% 0.8% -
XYZ 38.29 28 41.42 -
YUV 147.88 140.49 168.03 -
System Red Green Blue C M Y K H S L
Decimal 204 115 170 0 0.44 0.17 0.2 322.92 0.47 0.63
Hex CC 73 AA 0 2C 11 14 143 2F 3F
Octal 314 163 252 0 54 21 24 503 57 77
Binary 11001100 1110011 10101010 0 101100 10001 10100 101000011 101111 111111

Color Harmonies of #CC73AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73AA

Black with #CC73AA

Text Example


Text Example

White with #CC73AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73AA; }

 p { color: rgb(204,115,170); }

 H1.HeaderClassName
 {
   color: #CC73AA;
 }
 .AnyTagClassName
 {
   color: #CC73AA;
 }
</style>

background-color css

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

 a { background-color: rgb(204,115,170); }

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

border-color css

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

 span { border-color: rgb(204,115,170); }

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