#C86383

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

Shades of Hopbush #C86383

Tints of Hopbush #C86383

Color information

#C86383 (or 0xC86383) is unknown color: approx Hopbush. HEX triplet: C8, 63 and 83. RGB value is (200,99,131). Sum of RGB (Red+Green+Blue) = 200+99+131=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C86383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86383 is #379C7C. Grayscale: #848484. Windows color (decimal): -3644541 or 8610760. OLE color: 8610760.

HSL color Cylindrical-coordinate representation of color #C86383: hue angle of 340.99º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86383 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB20099131-
CMYK00.500.340.22
HSL340.99º47.87%58.63%-
HSV(B)340.99º50.5%78.43%-
XYZ32.3822.8424.18-
YUV132.85126.96175.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 99 (39.06% from 255) = 23.02%
BLUE value IS 131 (51.56% from 255) = 30.47%
R=46.51%
G=23.02%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009913100.500.340.22340.9947.8758.63
HexC863830322216155303b
Octal31014320306242265256073
Binary11001000110001110000011011001010001010110101010101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86383; }

 p { color: rgb(200,99,131); }

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

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

 a { background-color: rgb(200,99,131); }

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

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

 span { border-color: rgb(200,99,131); }

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