Html Css Color HEX #CC7EAA Hopbush

📋 copy color: '#CC7EAA'

red 204 ◦ green 126 ◦ blue 170

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

Shades of Hopbush #CC7EAA

Tints of Hopbush #CC7EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.2%

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

R = 40.8%
G = 25.2%
B = 34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC7EAA (or 0xCC7EAA) is known color: Hopbush. HEX triplet: CC, 7E and AA. RGB value is (204,126,170). Sum of RGB (Red+Green+Blue) = 204+126+170=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7EAA is #338155. Grayscale: #9A9A9A. Windows color (decimal): -3375446 or 11173580. OLE color: 11173580.

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

Color convert

RGB 204 126 170 -
CMYK 0 0.38 0.17 0.2
HSL 326.15º 0.43% 0.65% -
HSV(B) 326.15º 0.38% 0.8% -
XYZ 39.62 30.66 41.86 -
YUV 154.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 204 126 170 0 0.38 0.17 0.2 326.15 0.43 0.65
Hex CC 7E AA 0 26 11 14 146 2B 41
Octal 314 176 252 0 46 21 24 506 53 101
Binary 11001100 1111110 10101010 0 100110 10001 10100 101000110 101011 1000001

Color Harmonies of #CC7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7EAA

Black with #CC7EAA

Text Example


Text Example

White with #CC7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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