Html Css Color HEX #CC72AB Hopbush

📋 copy color: '#CC72AB'

red 204 ◦ green 114 ◦ blue 171

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

Shades of Hopbush #CC72AB

Tints of Hopbush #CC72AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.97%

R = 41.72%
G = 23.31%
B = 34.97%

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

#CC72AB (or 0xCC72AB) is known color: Hopbush. HEX triplet: CC, 72 and AB. RGB value is (204,114,171). Sum of RGB (Red+Green+Blue) = 204+114+171=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC72AB is #338D54. Grayscale: #939393. Windows color (decimal): -3378517 or 11236044. OLE color: 11236044.

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

Color convert

RGB 204 114 171 -
CMYK 0 0.44 0.16 0.2
HSL 322º 0.47% 0.62% -
HSV(B) 322º 0.44% 0.8% -
XYZ 38.27 27.81 41.88 -
YUV 147.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 204 114 171 0 0.44 0.16 0.2 322 0.47 0.62
Hex CC 72 AB 0 2C 10 14 142 2F 3E
Octal 314 162 253 0 54 20 24 502 57 76
Binary 11001100 1110010 10101011 0 101100 10000 10100 101000010 101111 111110

Color Harmonies of #CC72AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC72AB

Black with #CC72AB

Text Example


Text Example

White with #CC72AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC72AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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