Html Css Color HEX #C95E8B Hopbush

📋 copy color: '#C95E8B'

red 201 ◦ green 94 ◦ blue 139

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

Shades of Hopbush #C95E8B

Tints of Hopbush #C95E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.03%

R = 46.31%
G = 21.66%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C95E8B (or 0xC95E8B) is known color: Hopbush. HEX triplet: C9, 5E and 8B. RGB value is (201,94,139). Sum of RGB (Red+Green+Blue) = 201+94+139=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95E8B is #36A174. Grayscale: #838383. Windows color (decimal): -3580277 or 9133769. OLE color: 9133769.

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

Color convert

RGB 201 94 139 -
CMYK 0 0.53 0.31 0.21
HSL 334.77º 0.5% 0.58% -
HSV(B) 334.77º 0.53% 0.79% -
XYZ 32.75 22.29 27 -
YUV 131.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 201 94 139 0 0.53 0.31 0.21 334.77 0.5 0.58
Hex C9 5E 8B 0 35 1F 15 14F 32 3A
Octal 311 136 213 0 65 37 25 517 62 72
Binary 11001001 1011110 10001011 0 110101 11111 10101 101001111 110010 111010

Color Harmonies of #C95E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E8B

Black with #C95E8B

Text Example


Text Example

White with #C95E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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