Html Css Color HEX #C85E93 Hopbush

📋 copy color: '#C85E93'

red 200 ◦ green 94 ◦ blue 147

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

Shades of Hopbush #C85E93

Tints of Hopbush #C85E93

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.32%

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

R = 45.35%
G = 21.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85E93 (or 0xC85E93) is known color: Hopbush. HEX triplet: C8, 5E and 93. RGB value is (200,94,147). Sum of RGB (Red+Green+Blue) = 200+94+147=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E93 is #37A16C. Grayscale: #838383. Windows color (decimal): -3645805 or 9658056. OLE color: 9658056.

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

Color convert

RGB 200 94 147 -
CMYK 0 0.53 0.26 0.22
HSL 330º 0.49% 0.58% -
HSV(B) 330º 0.53% 0.78% -
XYZ 33.09 22.39 30.18 -
YUV 131.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 200 94 147 0 0.53 0.26 0.22 330 0.49 0.58
Hex C8 5E 93 0 35 1A 16 14A 31 3A
Octal 310 136 223 0 65 32 26 512 61 72
Binary 11001000 1011110 10010011 0 110101 11010 10110 101001010 110001 111010

Color Harmonies of #C85E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E93

Black with #C85E93

Text Example


Text Example

White with #C85E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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