Html Css Color HEX #C75E81 Hopbush

📋 copy color: '#C75E81'

red 199 ◦ green 94 ◦ blue 129

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

Shades of Hopbush #C75E81

Tints of Hopbush #C75E81

RGB

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

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

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

R = 47.16%
G = 22.27%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C75E81 (or 0xC75E81) is known color: Hopbush. HEX triplet: C7, 5E and 81. RGB value is (199,94,129). Sum of RGB (Red+Green+Blue) = 199+94+129=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75E81 is #38A17E. Grayscale: #818181. Windows color (decimal): -3711359 or 8478407. OLE color: 8478407.

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

Color convert

RGB 199 94 129 -
CMYK 0 0.53 0.35 0.22
HSL 340º 0.48% 0.57% -
HSV(B) 340º 0.53% 0.78% -
XYZ 31.52 21.73 23.3 -
YUV 129.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 199 94 129 0 0.53 0.35 0.22 340 0.48 0.57
Hex C7 5E 81 0 35 23 16 154 30 39
Octal 307 136 201 0 65 43 26 524 60 71
Binary 11000111 1011110 10000001 0 110101 100011 10110 101010100 110000 111001

Color Harmonies of #C75E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E81

Black with #C75E81

Text Example


Text Example

White with #C75E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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