Html Css Color HEX #C86393 Hopbush

📋 copy color: '#C86393'

red 200 ◦ green 99 ◦ blue 147

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

Shades of Hopbush #C86393

Tints of Hopbush #C86393

RGB

 RED value IS 200 (78.52% from 255) = 44.84%

 GREEN value IS 99 (39.06% from 255) = 22.2%

 BLUE value IS 147 (57.81% from 255) = 32.96%

R = 44.84%
G = 22.2%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C86393 (or 0xC86393) is known color: Hopbush. HEX triplet: C8, 63 and 93. RGB value is (200,99,147). Sum of RGB (Red+Green+Blue) = 200+99+147=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C86393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86393 is #379C6C. Grayscale: #868686. Windows color (decimal): -3644525 or 9659336. OLE color: 9659336.

HSL color Cylindrical-coordinate representation of color #C86393: hue angle of 331.49º 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 #C86393 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 99 147 -
CMYK 0 0.50 0.26 0.22
HSL 331.49º 0.48% 0.59% -
HSV(B) 331.49º 0.51% 0.78% -
XYZ 33.55 23.31 30.33 -
YUV 134.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 200 99 147 0 0.50 0.26 0.22 331.49 0.48 0.59
Hex C8 63 93 0 32 1A 16 14B 30 3B
Octal 310 143 223 0 62 32 26 513 60 73
Binary 11001000 1100011 10010011 0 110010 11010 10110 101001011 110000 111011

Color Harmonies of #C86393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86393

Black with #C86393

Text Example


Text Example

White with #C86393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86393; }

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

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

background-color css

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

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

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

border-color css

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

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

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