Html Css Color HEX #C95F83 Hopbush

📋 copy color: '#C95F83'

red 201 ◦ green 95 ◦ blue 131

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

Shades of Hopbush #C95F83

Tints of Hopbush #C95F83

RGB

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

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

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

R = 47.07%
G = 22.25%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C95F83 (or 0xC95F83) is known color: Hopbush. HEX triplet: C9, 5F and 83. RGB value is (201,95,131). Sum of RGB (Red+Green+Blue) = 201+95+131=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95F83 is #36A07C. Grayscale: #828282. Windows color (decimal): -3580029 or 8609737. OLE color: 8609737.

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

Color convert

RGB 201 95 131 -
CMYK 0 0.53 0.35 0.21
HSL 339.62º 0.5% 0.58% -
HSV(B) 339.62º 0.53% 0.79% -
XYZ 32.28 22.24 24.06 -
YUV 130.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 201 95 131 0 0.53 0.35 0.21 339.62 0.5 0.58
Hex C9 5F 83 0 35 23 15 154 32 3A
Octal 311 137 203 0 65 43 25 524 62 72
Binary 11001001 1011111 10000011 0 110101 100011 10101 101010100 110010 111010

Color Harmonies of #C95F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F83

Black with #C95F83

Text Example


Text Example

White with #C95F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F83; }

 p { color: rgb(201,95,131); }

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

background-color css

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

 a { background-color: rgb(201,95,131); }

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

border-color css

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

 span { border-color: rgb(201,95,131); }

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