Html Css Color HEX #C85D82 Hopbush

📋 copy color: '#C85D82'

red 200 ◦ green 93 ◦ blue 130

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

Shades of Hopbush #C85D82

Tints of Hopbush #C85D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.73%

R = 47.28%
G = 21.99%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C85D82 (or 0xC85D82) is known color: Hopbush. HEX triplet: C8, 5D and 82. RGB value is (200,93,130). Sum of RGB (Red+Green+Blue) = 200+93+130=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D82 is #37A27D. Grayscale: #818181. Windows color (decimal): -3646078 or 8543688. OLE color: 8543688.

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

Color convert

RGB 200 93 130 -
CMYK 0 0.54 0.35 0.22
HSL 339.25º 0.49% 0.57% -
HSV(B) 339.25º 0.54% 0.78% -
XYZ 31.76 21.72 23.64 -
YUV 129.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 200 93 130 0 0.54 0.35 0.22 339.25 0.49 0.57
Hex C8 5D 82 0 36 23 16 153 31 39
Octal 310 135 202 0 66 43 26 523 61 71
Binary 11001000 1011101 10000010 0 110110 100011 10110 101010011 110001 111001

Color Harmonies of #C85D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D82

Black with #C85D82

Text Example


Text Example

White with #C85D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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