Html Css Color HEX #C55F83 Hopbush

📋 copy color: '#C55F83'

red 197 ◦ green 95 ◦ blue 131

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

Shades of Hopbush #C55F83

Tints of Hopbush #C55F83

RGB

 RED value IS 197 (77.34% from 255) = 46.57%

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

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

R = 46.57%
G = 22.46%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C55F83 (or 0xC55F83) is known color: Hopbush. HEX triplet: C5, 5F and 83. RGB value is (197,95,131). Sum of RGB (Red+Green+Blue) = 197+95+131=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F83 is #3AA07C. Grayscale: #818181. Windows color (decimal): -3842173 or 8609733. OLE color: 8609733.

HSL color Cylindrical-coordinate representation of color #C55F83: hue angle of 338.82º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55F83 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 95 131 -
CMYK 0 0.52 0.34 0.23
HSL 338.82º 0.47% 0.57% -
HSV(B) 338.82º 0.52% 0.77% -
XYZ 31.21 21.69 24.01 -
YUV 129.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 197 95 131 0 0.52 0.34 0.23 338.82 0.47 0.57
Hex C5 5F 83 0 34 22 17 153 2F 39
Octal 305 137 203 0 64 42 27 523 57 71
Binary 11000101 1011111 10000011 0 110100 100010 10111 101010011 101111 111001

Color Harmonies of #C55F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F83

Black with #C55F83

Text Example


Text Example

White with #C55F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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