Html Css Color HEX #C86388 Hopbush

📋 copy color: '#C86388'

red 200 ◦ green 99 ◦ blue 136

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

Shades of Hopbush #C86388

Tints of Hopbush #C86388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.26%

R = 45.98%
G = 22.76%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C86388 (or 0xC86388) is known color: Hopbush. HEX triplet: C8, 63 and 88. RGB value is (200,99,136). Sum of RGB (Red+Green+Blue) = 200+99+136=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C86388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86388 is #379C77. Grayscale: #858585. Windows color (decimal): -3644536 or 8938440. OLE color: 8938440.

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

Color convert

RGB 200 99 136 -
CMYK 0 0.50 0.32 0.22
HSL 338.02º 0.48% 0.59% -
HSV(B) 338.02º 0.51% 0.78% -
XYZ 32.73 22.98 26 -
YUV 133.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 200 99 136 0 0.50 0.32 0.22 338.02 0.48 0.59
Hex C8 63 88 0 32 20 16 152 30 3B
Octal 310 143 210 0 62 40 26 522 60 73
Binary 11001000 1100011 10001000 0 110010 100000 10110 101010010 110000 111011

Color Harmonies of #C86388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86388

Black with #C86388

Text Example


Text Example

White with #C86388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86388; }

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

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

background-color css

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

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

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

border-color css

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

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

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