Html Css Color HEX #CC7197 Hopbush

📋 copy color: '#CC7197'

red 204 ◦ green 113 ◦ blue 151

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

Shades of Hopbush #CC7197

Tints of Hopbush #CC7197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.26%

R = 43.59%
G = 24.15%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC7197 (or 0xCC7197) is known color: Hopbush. HEX triplet: CC, 71 and 97. RGB value is (204,113,151). Sum of RGB (Red+Green+Blue) = 204+113+151=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7197 is #338E68. Grayscale: #909090. Windows color (decimal): -3378793 or 9925068. OLE color: 9925068.

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

Color convert

RGB 204 113 151 -
CMYK 0 0.45 0.26 0.2
HSL 334.95º 0.47% 0.62% -
HSV(B) 334.95º 0.45% 0.8% -
XYZ 36.39 26.88 32.55 -
YUV 144.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 204 113 151 0 0.45 0.26 0.2 334.95 0.47 0.62
Hex CC 71 97 0 2D 1A 14 14F 2F 3E
Octal 314 161 227 0 55 32 24 517 57 76
Binary 11001100 1110001 10010111 0 101101 11010 10100 101001111 101111 111110

Color Harmonies of #CC7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7197

Black with #CC7197

Text Example


Text Example

White with #CC7197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7197; }

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

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

background-color css

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

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

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

border-color css

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

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

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