Html Css Color HEX #C75D81 Hopbush

📋 copy color: '#C75D81'

red 199 ◦ green 93 ◦ blue 129

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

Shades of Hopbush #C75D81

Tints of Hopbush #C75D81

RGB

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

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

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

R = 47.27%
G = 22.09%
B = 30.64%

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

#C75D81 (or 0xC75D81) is known color: Hopbush. HEX triplet: C7, 5D and 81. RGB value is (199,93,129). Sum of RGB (Red+Green+Blue) = 199+93+129=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75D81 is #38A27E. Grayscale: #808080. Windows color (decimal): -3711615 or 8478151. OLE color: 8478151.

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

Color convert

RGB 199 93 129 -
CMYK 0 0.53 0.35 0.22
HSL 339.62º 0.49% 0.57% -
HSV(B) 339.62º 0.53% 0.78% -
XYZ 31.43 21.56 23.27 -
YUV 128.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 199 93 129 0 0.53 0.35 0.22 339.62 0.49 0.57
Hex C7 5D 81 0 35 23 16 154 31 39
Octal 307 135 201 0 65 43 26 524 61 71
Binary 11000111 1011101 10000001 0 110101 100011 10110 101010100 110001 111001

Color Harmonies of #C75D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D81

Black with #C75D81

Text Example


Text Example

White with #C75D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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