Html Css Color HEX #C85F81 Hopbush

📋 copy color: '#C85F81'

red 200 ◦ green 95 ◦ blue 129

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

Shades of Hopbush #C85F81

Tints of Hopbush #C85F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.42%

R = 47.17%
G = 22.41%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C85F81 (or 0xC85F81) is known color: Hopbush. HEX triplet: C8, 5F and 81. RGB value is (200,95,129). Sum of RGB (Red+Green+Blue) = 200+95+129=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F81 is #37A07E. Grayscale: #828282. Windows color (decimal): -3645567 or 8478664. OLE color: 8478664.

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

Color convert

RGB 200 95 129 -
CMYK 0 0.52 0.36 0.22
HSL 340.57º 0.49% 0.58% -
HSV(B) 340.57º 0.53% 0.78% -
XYZ 31.87 22.05 23.34 -
YUV 130.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 200 95 129 0 0.52 0.36 0.22 340.57 0.49 0.58
Hex C8 5F 81 0 34 24 16 155 31 3A
Octal 310 137 201 0 64 44 26 525 61 72
Binary 11001000 1011111 10000001 0 110100 100100 10110 101010101 110001 111010

Color Harmonies of #C85F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F81

Black with #C85F81

Text Example


Text Example

White with #C85F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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