#C76283

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

Shades of Hopbush #C76283

Tints of Hopbush #C76283

Color information

#C76283 (or 0xC76283) is unknown color: approx Hopbush. HEX triplet: C7, 62 and 83. RGB value is (199,98,131). Sum of RGB (Red+Green+Blue) = 199+98+131=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C76283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76283 is #389D7C. Grayscale: #838383. Windows color (decimal): -3710333 or 8610503. OLE color: 8610503.

HSL color Cylindrical-coordinate representation of color #C76283: hue angle of 340.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76283 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB19998131-
CMYK00.510.340.22
HSL340.4º47.42%58.24%-
HSV(B)340.4º50.75%78.04%-
XYZ32.0222.5224.13-
YUV131.96127.46175.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.50%
GREEN value IS 98 (38.67% from 255) = 22.90%
BLUE value IS 131 (51.56% from 255) = 30.61%
R=46.50%
G=22.90%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999813100.510.340.22340.447.4258.24
HexC7628303322161542f3a
Octal30714220306342265245772
Binary11000111110001010000011011001110001010110101010100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76283; }

 p { color: rgb(199,98,131); }

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

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

 a { background-color: rgb(199,98,131); }

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

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

 span { border-color: rgb(199,98,131); }

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