Html Css Color HEX #C86383 Hopbush

📋 copy color: '#C86383'

red 200 ◦ green 99 ◦ blue 131

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

Shades of Hopbush #C86383

Tints of Hopbush #C86383

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 value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C86383 (or 0xC86383) is known color: 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

RGB 200 99 131 -
CMYK 0 0.50 0.34 0.22
HSL 340.99º 0.48% 0.59% -
HSV(B) 340.99º 0.51% 0.78% -
XYZ 32.38 22.84 24.18 -
YUV 132.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 200 99 131 0 0.50 0.34 0.22 340.99 0.48 0.59
Hex C8 63 83 0 32 22 16 155 30 3B
Octal 310 143 203 0 62 42 26 525 60 73
Binary 11001000 1100011 10000011 0 110010 100010 10110 101010101 110000 111011

Color Harmonies of #C86383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86383

Black with #C86383

Text Example


Text Example

White with #C86383

Text Example


Text Example

HTML Codes & Css Web 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>