Html Css Color HEX #C85F95 Hopbush

📋 copy color: '#C85F95'

red 200 ◦ green 95 ◦ blue 149

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

Shades of Hopbush #C85F95

Tints of Hopbush #C85F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.56%

R = 45.05%
G = 21.4%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85F95 (or 0xC85F95) is known color: Hopbush. HEX triplet: C8, 5F and 95. RGB value is (200,95,149). Sum of RGB (Red+Green+Blue) = 200+95+149=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F95 is #37A06A. Grayscale: #848484. Windows color (decimal): -3645547 or 9789384. OLE color: 9789384.

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

Color convert

RGB 200 95 149 -
CMYK 0 0.52 0.26 0.22
HSL 329.14º 0.49% 0.58% -
HSV(B) 329.14º 0.53% 0.78% -
XYZ 33.34 22.63 31.05 -
YUV 132.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 200 95 149 0 0.52 0.26 0.22 329.14 0.49 0.58
Hex C8 5F 95 0 34 1A 16 149 31 3A
Octal 310 137 225 0 64 32 26 511 61 72
Binary 11001000 1011111 10010101 0 110100 11010 10110 101001001 110001 111010

Color Harmonies of #C85F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F95

Black with #C85F95

Text Example


Text Example

White with #C85F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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