Html Css Color HEX #C75D83 Hopbush

📋 copy color: '#C75D83'

red 199 ◦ green 93 ◦ blue 131

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

Shades of Hopbush #C75D83

Tints of Hopbush #C75D83

RGB

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

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

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

R = 47.04%
G = 21.99%
B = 30.97%

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

#C75D83 (or 0xC75D83) is known color: Hopbush. HEX triplet: C7, 5D and 83. RGB value is (199,93,131). Sum of RGB (Red+Green+Blue) = 199+93+131=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75D83 is #38A27C. Grayscale: #808080. Windows color (decimal): -3711613 or 8609223. OLE color: 8609223.

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

Color convert

RGB 199 93 131 -
CMYK 0 0.53 0.34 0.22
HSL 338.49º 0.49% 0.57% -
HSV(B) 338.49º 0.53% 0.78% -
XYZ 31.56 21.61 23.98 -
YUV 129.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 199 93 131 0 0.53 0.34 0.22 338.49 0.49 0.57
Hex C7 5D 83 0 35 22 16 152 31 39
Octal 307 135 203 0 65 42 26 522 61 71
Binary 11000111 1011101 10000011 0 110101 100010 10110 101010010 110001 111001

Color Harmonies of #C75D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D83

Black with #C75D83

Text Example


Text Example

White with #C75D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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