Html Css Color HEX #CC72AC Hopbush

📋 copy color: '#CC72AC'

red 204 ◦ green 114 ◦ blue 172

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

Shades of Hopbush #CC72AC

Tints of Hopbush #CC72AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.27%

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 41.63%
G = 23.27%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC72AC (or 0xCC72AC) is known color: Hopbush. HEX triplet: CC, 72 and AC. RGB value is (204,114,172). Sum of RGB (Red+Green+Blue) = 204+114+172=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC72AC is #338D53. Grayscale: #939393. Windows color (decimal): -3378516 or 11301580. OLE color: 11301580.

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

Color convert

RGB 204 114 172 -
CMYK 0 0.44 0.16 0.2
HSL 321.33º 0.47% 0.62% -
HSV(B) 321.33º 0.44% 0.8% -
XYZ 38.37 27.85 42.38 -
YUV 147.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 204 114 172 0 0.44 0.16 0.2 321.33 0.47 0.62
Hex CC 72 AC 0 2C 10 14 141 2F 3E
Octal 314 162 254 0 54 20 24 501 57 76
Binary 11001100 1110010 10101100 0 101100 10000 10100 101000001 101111 111110

Color Harmonies of #CC72AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC72AC

Black with #CC72AC

Text Example


Text Example

White with #CC72AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC72AC; }

 p { color: rgb(204,114,172); }

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

background-color css

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

 a { background-color: rgb(204,114,172); }

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

border-color css

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

 span { border-color: rgb(204,114,172); }

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