Html Css Color HEX #C86395 Hopbush

📋 copy color: '#C86395'

red 200 ◦ green 99 ◦ blue 149

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

Shades of Hopbush #C86395

Tints of Hopbush #C86395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.26%

R = 44.64%
G = 22.1%
B = 33.26%

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

#C86395 (or 0xC86395) is known color: Hopbush. HEX triplet: C8, 63 and 95. RGB value is (200,99,149). Sum of RGB (Red+Green+Blue) = 200+99+149=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C86395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86395 is #379C6A. Grayscale: #868686. Windows color (decimal): -3644523 or 9790408. OLE color: 9790408.

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

Color convert

RGB 200 99 149 -
CMYK 0 0.50 0.26 0.22
HSL 330.3º 0.48% 0.59% -
HSV(B) 330.3º 0.51% 0.78% -
XYZ 33.71 23.37 31.17 -
YUV 134.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 200 99 149 0 0.50 0.26 0.22 330.3 0.48 0.59
Hex C8 63 95 0 32 1A 16 14A 30 3B
Octal 310 143 225 0 62 32 26 512 60 73
Binary 11001000 1100011 10010101 0 110010 11010 10110 101001010 110000 111011

Color Harmonies of #C86395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86395

Black with #C86395

Text Example


Text Example

White with #C86395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86395; }

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

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

background-color css

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

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

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

border-color css

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

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

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