Html Css Color HEX #C95E85 Hopbush

📋 copy color: '#C95E85'

red 201 ◦ green 94 ◦ blue 133

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

Shades of Hopbush #C95E85

Tints of Hopbush #C95E85

RGB

 RED value IS 201 (78.91% from 255) = 46.96%

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

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

R = 46.96%
G = 21.96%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C95E85 (or 0xC95E85) is known color: Hopbush. HEX triplet: C9, 5E and 85. RGB value is (201,94,133). Sum of RGB (Red+Green+Blue) = 201+94+133=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95E85 is #36A17A. Grayscale: #828282. Windows color (decimal): -3580283 or 8740553. OLE color: 8740553.

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

Color convert

RGB 201 94 133 -
CMYK 0 0.53 0.34 0.21
HSL 338.13º 0.5% 0.58% -
HSV(B) 338.13º 0.53% 0.79% -
XYZ 32.32 22.12 24.76 -
YUV 130.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 201 94 133 0 0.53 0.34 0.21 338.13 0.5 0.58
Hex C9 5E 85 0 35 22 15 152 32 3A
Octal 311 136 205 0 65 42 25 522 62 72
Binary 11001001 1011110 10000101 0 110101 100010 10101 101010010 110010 111010

Color Harmonies of #C95E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E85

Black with #C95E85

Text Example


Text Example

White with #C95E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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