Html Css Color HEX #C75F85 Hopbush

📋 copy color: '#C75F85'

red 199 ◦ green 95 ◦ blue 133

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

Shades of Hopbush #C75F85

Tints of Hopbush #C75F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.25%

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 46.6%
G = 22.25%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C75F85 (or 0xC75F85) is known color: Hopbush. HEX triplet: C7, 5F and 85. RGB value is (199,95,133). Sum of RGB (Red+Green+Blue) = 199+95+133=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75F85 is #38A07A. Grayscale: #828282. Windows color (decimal): -3711099 or 8740807. OLE color: 8740807.

HSL color Cylindrical-coordinate representation of color #C75F85: hue angle of 338.08º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C75F85 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 95 133 -
CMYK 0 0.52 0.33 0.22
HSL 338.08º 0.48% 0.58% -
HSV(B) 338.08º 0.52% 0.78% -
XYZ 31.88 22.02 24.76 -
YUV 130.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 199 95 133 0 0.52 0.33 0.22 338.08 0.48 0.58
Hex C7 5F 85 0 34 21 16 152 30 3A
Octal 307 137 205 0 64 41 26 522 60 72
Binary 11000111 1011111 10000101 0 110100 100001 10110 101010010 110000 111010

Color Harmonies of #C75F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75F85

Black with #C75F85

Text Example


Text Example

White with #C75F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75F85; }

 p { color: rgb(199,95,133); }

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

background-color css

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

 a { background-color: rgb(199,95,133); }

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

border-color css

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

 span { border-color: rgb(199,95,133); }

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