Html Css Color HEX #C85F90 Hopbush

📋 copy color: '#C85F90'

red 200 ◦ green 95 ◦ blue 144

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

Shades of Hopbush #C85F90

Tints of Hopbush #C85F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.64%

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 45.56%
G = 21.64%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C85F90 (or 0xC85F90) is known color: Hopbush. HEX triplet: C8, 5F and 90. RGB value is (200,95,144). Sum of RGB (Red+Green+Blue) = 200+95+144=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F90 is #37A06F. Grayscale: #838383. Windows color (decimal): -3645552 or 9461704. OLE color: 9461704.

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

Color convert

RGB 200 95 144 -
CMYK 0 0.52 0.28 0.22
HSL 332º 0.49% 0.58% -
HSV(B) 332º 0.53% 0.78% -
XYZ 32.95 22.48 28.99 -
YUV 131.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 200 95 144 0 0.52 0.28 0.22 332 0.49 0.58
Hex C8 5F 90 0 34 1C 16 14C 31 3A
Octal 310 137 220 0 64 34 26 514 61 72
Binary 11001000 1011111 10010000 0 110100 11100 10110 101001100 110001 111010

Color Harmonies of #C85F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F90

Black with #C85F90

Text Example


Text Example

White with #C85F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F90; }

 p { color: rgb(200,95,144); }

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

background-color css

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

 a { background-color: rgb(200,95,144); }

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

border-color css

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

 span { border-color: rgb(200,95,144); }

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