Html Css Color HEX #CC79B1 Hopbush

📋 copy color: '#CC79B1'

red 204 ◦ green 121 ◦ blue 177

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

Shades of Hopbush #CC79B1

Tints of Hopbush #CC79B1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.1%

 BLUE value IS 177 (69.53% from 255) = 35.26%

R = 40.64%
G = 24.1%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC79B1 (or 0xCC79B1) is known color: Hopbush. HEX triplet: CC, 79 and B1. RGB value is (204,121,177). Sum of RGB (Red+Green+Blue) = 204+121+177=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC79B1 is #33864E. Grayscale: #989898. Windows color (decimal): -3376719 or 11631052. OLE color: 11631052.

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

Color convert

RGB 204 121 177 -
CMYK 0 0.41 0.13 0.2
HSL 319.52º 0.45% 0.64% -
HSV(B) 319.52º 0.41% 0.8% -
XYZ 39.68 29.69 45.23 -
YUV 152.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 204 121 177 0 0.41 0.13 0.2 319.52 0.45 0.64
Hex CC 79 B1 0 29 D 14 140 2D 40
Octal 314 171 261 0 51 15 24 500 55 100
Binary 11001100 1111001 10110001 0 101001 1101 10100 101000000 101101 1000000

Color Harmonies of #CC79B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79B1

Black with #CC79B1

Text Example


Text Example

White with #CC79B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79B1; }

 p { color: rgb(204,121,177); }

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

background-color css

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

 a { background-color: rgb(204,121,177); }

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

border-color css

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

 span { border-color: rgb(204,121,177); }

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