Html Css Color HEX #C75E83 Hopbush

📋 copy color: '#C75E83'

red 199 ◦ green 94 ◦ blue 131

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

Shades of Hopbush #C75E83

Tints of Hopbush #C75E83

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.17%

 BLUE value IS 131 (51.56% from 255) = 30.9%

R = 46.93%
G = 22.17%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C75E83 (or 0xC75E83) is known color: Hopbush. HEX triplet: C7, 5E and 83. RGB value is (199,94,131). Sum of RGB (Red+Green+Blue) = 199+94+131=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75E83 is #38A17C. Grayscale: #818181. Windows color (decimal): -3711357 or 8609479. OLE color: 8609479.

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

Color convert

RGB 199 94 131 -
CMYK 0 0.53 0.34 0.22
HSL 338.86º 0.48% 0.57% -
HSV(B) 338.86º 0.53% 0.78% -
XYZ 31.65 21.79 24.01 -
YUV 129.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 199 94 131 0 0.53 0.34 0.22 338.86 0.48 0.57
Hex C7 5E 83 0 35 22 16 153 30 39
Octal 307 136 203 0 65 42 26 523 60 71
Binary 11000111 1011110 10000011 0 110101 100010 10110 101010011 110000 111001

Color Harmonies of #C75E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E83

Black with #C75E83

Text Example


Text Example

White with #C75E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E83; }

 p { color: rgb(199,94,131); }

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

background-color css

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

 a { background-color: rgb(199,94,131); }

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

border-color css

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

 span { border-color: rgb(199,94,131); }

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