Html Css Color HEX #C85D94 Hopbush

📋 copy color: '#C85D94'

red 200 ◦ green 93 ◦ blue 148

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

Shades of Hopbush #C85D94

Tints of Hopbush #C85D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.56%

R = 45.35%
G = 21.09%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85D94 (or 0xC85D94) is known color: Hopbush. HEX triplet: C8, 5D and 94. RGB value is (200,93,148). Sum of RGB (Red+Green+Blue) = 200+93+148=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D94 is #37A26B. Grayscale: #838383. Windows color (decimal): -3646060 or 9723336. OLE color: 9723336.

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

Color convert

RGB 200 93 148 -
CMYK 0 0.54 0.26 0.22
HSL 329.16º 0.49% 0.57% -
HSV(B) 329.16º 0.54% 0.78% -
XYZ 33.08 22.25 30.57 -
YUV 131.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 200 93 148 0 0.54 0.26 0.22 329.16 0.49 0.57
Hex C8 5D 94 0 36 1A 16 149 31 39
Octal 310 135 224 0 66 32 26 511 61 71
Binary 11001000 1011101 10010100 0 110110 11010 10110 101001001 110001 111001

Color Harmonies of #C85D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D94

Black with #C85D94

Text Example


Text Example

White with #C85D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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