Html Css Color HEX #C86593 Hopbush

📋 copy color: '#C86593'

red 200 ◦ green 101 ◦ blue 147

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

Shades of Hopbush #C86593

Tints of Hopbush #C86593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.54%

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

R = 44.64%
G = 22.54%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C86593 (or 0xC86593) is known color: Hopbush. HEX triplet: C8, 65 and 93. RGB value is (200,101,147). Sum of RGB (Red+Green+Blue) = 200+101+147=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C86593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86593 is #379A6C. Grayscale: #878787. Windows color (decimal): -3644013 or 9659848. OLE color: 9659848.

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

Color convert

RGB 200 101 147 -
CMYK 0 0.49 0.26 0.22
HSL 332.12º 0.47% 0.59% -
HSV(B) 332.12º 0.5% 0.78% -
XYZ 33.74 23.69 30.4 -
YUV 135.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 200 101 147 0 0.49 0.26 0.22 332.12 0.47 0.59
Hex C8 65 93 0 31 1A 16 14C 2F 3B
Octal 310 145 223 0 61 32 26 514 57 73
Binary 11001000 1100101 10010011 0 110001 11010 10110 101001100 101111 111011

Color Harmonies of #C86593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86593

Black with #C86593

Text Example


Text Example

White with #C86593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86593; }

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

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

background-color css

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

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

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

border-color css

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

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

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