Html Css Color HEX #C75D87 Hopbush

📋 copy color: '#C75D87'

red 199 ◦ green 93 ◦ blue 135

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

Shades of Hopbush #C75D87

Tints of Hopbush #C75D87

RGB

 RED value IS 199 (78.13% from 255) = 46.6%

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

 BLUE value IS 135 (53.13% from 255) = 31.62%

R = 46.6%
G = 21.78%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C75D87 (or 0xC75D87) is known color: Hopbush. HEX triplet: C7, 5D and 87. RGB value is (199,93,135). Sum of RGB (Red+Green+Blue) = 199+93+135=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75D87 is #38A278. Grayscale: #818181. Windows color (decimal): -3711609 or 8871367. OLE color: 8871367.

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

Color convert

RGB 199 93 135 -
CMYK 0 0.53 0.32 0.22
HSL 336.23º 0.49% 0.57% -
HSV(B) 336.23º 0.53% 0.78% -
XYZ 31.84 21.72 25.44 -
YUV 129.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 199 93 135 0 0.53 0.32 0.22 336.23 0.49 0.57
Hex C7 5D 87 0 35 20 16 150 31 39
Octal 307 135 207 0 65 40 26 520 61 71
Binary 11000111 1011101 10000111 0 110101 100000 10110 101010000 110001 111001

Color Harmonies of #C75D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D87

Black with #C75D87

Text Example


Text Example

White with #C75D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D87; }

 p { color: rgb(199,93,135); }

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

background-color css

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

 a { background-color: rgb(199,93,135); }

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

border-color css

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

 span { border-color: rgb(199,93,135); }

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