#C0799C

Color #C0799C Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C0799C

Tints of Hopbush #C0799C

Color information

#C0799C (or 0xC0799C) is unknown color: approx Hopbush. HEX triplet: C0, 79 and 9C. RGB value is (192,121,156). Sum of RGB (Red+Green+Blue) = 192+121+156=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0799C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0799C is #3F8663. Grayscale: #929292. Windows color (decimal): -4163172 or 10254784. OLE color: 10254784.

HSL color Cylindrical-coordinate representation of color #C0799C: hue angle of 330.42º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0799C is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB192121156-
CMYK00.370.190.25
HSL330.42º36.04%61.37%-
HSV(B)330.42º36.98%75.29%-
XYZ34.5827.2834.9-
YUV146.22133.52160.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=40.94%
G=25.80%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212115600.370.190.25330.4236.0461.37
HexC0799C025131914a243d
Octal30017123404523315124475
Binary1100000011110011001110001001011001111001101001010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0799C; }

 p { color: rgb(192,121,156); }

 H1.HeaderClassName
 {
   color: #C0799C;
 }
 .AnyTagClassName
 {
   color: #C0799C;
 }
</style>
background-color css

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

 a { background-color: rgb(192,121,156); }

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

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

 span { border-color: rgb(192,121,156); }

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