Html Css Color HEX #CC7199 Hopbush

📋 copy color: '#CC7199'

red 204 ◦ green 113 ◦ blue 153

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

Shades of Hopbush #CC7199

Tints of Hopbush #CC7199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.04%

 BLUE value IS 153 (60.16% from 255) = 32.55%

R = 43.4%
G = 24.04%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC7199 (or 0xCC7199) is known color: Hopbush. HEX triplet: CC, 71 and 99. RGB value is (204,113,153). Sum of RGB (Red+Green+Blue) = 204+113+153=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7199 is #338E66. Grayscale: #909090. Windows color (decimal): -3378791 or 10056140. OLE color: 10056140.

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

Color convert

RGB 204 113 153 -
CMYK 0 0.45 0.25 0.2
HSL 333.63º 0.47% 0.62% -
HSV(B) 333.63º 0.45% 0.8% -
XYZ 36.56 26.95 33.41 -
YUV 144.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 204 113 153 0 0.45 0.25 0.2 333.63 0.47 0.62
Hex CC 71 99 0 2D 19 14 14E 2F 3E
Octal 314 161 231 0 55 31 24 516 57 76
Binary 11001100 1110001 10011001 0 101101 11001 10100 101001110 101111 111110

Color Harmonies of #CC7199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7199

Black with #CC7199

Text Example


Text Example

White with #CC7199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7199; }

 p { color: rgb(204,113,153); }

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

background-color css

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

 a { background-color: rgb(204,113,153); }

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

border-color css

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

 span { border-color: rgb(204,113,153); }

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