Html Css Color HEX #CC799B Hopbush

📋 copy color: '#CC799B'

red 204 ◦ green 121 ◦ blue 155

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

Shades of Hopbush #CC799B

Tints of Hopbush #CC799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.29%

R = 42.5%
G = 25.21%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC799B (or 0xCC799B) is known color: Hopbush. HEX triplet: CC, 79 and 9B. RGB value is (204,121,155). Sum of RGB (Red+Green+Blue) = 204+121+155=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC799B is #338664. Grayscale: #959595. Windows color (decimal): -3376741 or 10189260. OLE color: 10189260.

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

Color convert

RGB 204 121 155 -
CMYK 0 0.41 0.24 0.2
HSL 335.42º 0.45% 0.64% -
HSV(B) 335.42º 0.41% 0.8% -
XYZ 37.66 28.88 34.6 -
YUV 149.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 204 121 155 0 0.41 0.24 0.2 335.42 0.45 0.64
Hex CC 79 9B 0 29 18 14 14F 2D 40
Octal 314 171 233 0 51 30 24 517 55 100
Binary 11001100 1111001 10011011 0 101001 11000 10100 101001111 101101 1000000

Color Harmonies of #CC799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC799B

Black with #CC799B

Text Example


Text Example

White with #CC799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC799B; }

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

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

background-color css

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

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

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

border-color css

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

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

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