Html Css Color HEX #CC7EA6 Hopbush

📋 copy color: '#CC7EA6'

red 204 ◦ green 126 ◦ blue 166

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

Shades of Hopbush #CC7EA6

Tints of Hopbush #CC7EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.47%

R = 41.13%
G = 25.4%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC7EA6 (or 0xCC7EA6) is known color: Hopbush. HEX triplet: CC, 7E and A6. RGB value is (204,126,166). Sum of RGB (Red+Green+Blue) = 204+126+166=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7EA6 is #338159. Grayscale: #999999. Windows color (decimal): -3375450 or 10911436. OLE color: 10911436.

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

Color convert

RGB 204 126 166 -
CMYK 0 0.38 0.19 0.2
HSL 329.23º 0.43% 0.65% -
HSV(B) 329.23º 0.38% 0.8% -
XYZ 39.25 30.51 39.9 -
YUV 153.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 204 126 166 0 0.38 0.19 0.2 329.23 0.43 0.65
Hex CC 7E A6 0 26 13 14 149 2B 41
Octal 314 176 246 0 46 23 24 511 53 101
Binary 11001100 1111110 10100110 0 100110 10011 10100 101001001 101011 1000001

Color Harmonies of #CC7EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7EA6

Black with #CC7EA6

Text Example


Text Example

White with #CC7EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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