#C95C85

Color #C95C85 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C95C85

Tints of Hopbush #C95C85

Color information

#C95C85 (or 0xC95C85) is unknown color: approx Hopbush. HEX triplet: C9, 5C and 85. RGB value is (201,92,133). Sum of RGB (Red+Green+Blue) = 201+92+133=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C85 is #36A37A. Grayscale: #818181. Windows color (decimal): -3580795 or 8740041. OLE color: 8740041.

HSL color Cylindrical-coordinate representation of color #C95C85: hue angle of 337.43º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95C85 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB20192133-
CMYK00.540.340.21
HSL337.43º50.23%57.45%-
HSV(B)337.43º54.23%78.82%-
XYZ32.1521.7724.7-
YUV129.26130.11179.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.18%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=47.18%
G=21.60%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019213300.540.340.21337.4350.2357.45
HexC95C8503622151513239
Octal31113420506642255216271
Binary11001001101110010000101011011010001010101101010001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C85; }

 p { color: rgb(201,92,133); }

 H1.HeaderClassName
 {
   color: #C95C85;
 }
 .AnyTagClassName
 {
   color: #C95C85;
 }
</style>
background-color css

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

 a { background-color: rgb(201,92,133); }

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

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

 span { border-color: rgb(201,92,133); }

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