Html Css Color HEX #C85D88 Hopbush

📋 copy color: '#C85D88'

red 200 ◦ green 93 ◦ blue 136

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

Shades of Hopbush #C85D88

Tints of Hopbush #C85D88

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.68%

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

R = 46.62%
G = 21.68%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C85D88 (or 0xC85D88) is known color: Hopbush. HEX triplet: C8, 5D and 88. RGB value is (200,93,136). Sum of RGB (Red+Green+Blue) = 200+93+136=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D88 is #37A277. Grayscale: #818181. Windows color (decimal): -3646072 or 8936904. OLE color: 8936904.

HSL color Cylindrical-coordinate representation of color #C85D88: hue angle of 335.89º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85D88 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 93 136 -
CMYK 0 0.54 0.32 0.22
HSL 335.89º 0.49% 0.57% -
HSV(B) 335.89º 0.54% 0.78% -
XYZ 32.18 21.89 25.82 -
YUV 129.9 131.45 178 -
System Red Green Blue C M Y K H S L
Decimal 200 93 136 0 0.54 0.32 0.22 335.89 0.49 0.57
Hex C8 5D 88 0 36 20 16 150 31 39
Octal 310 135 210 0 66 40 26 520 61 71
Binary 11001000 1011101 10001000 0 110110 100000 10110 101010000 110001 111001

Color Harmonies of #C85D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D88

Black with #C85D88

Text Example


Text Example

White with #C85D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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