Html Css Color HEX #C5628A Hopbush

📋 copy color: '#C5628A'

red 197 ◦ green 98 ◦ blue 138

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

Shades of Hopbush #C5628A

Tints of Hopbush #C5628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.63%

 BLUE value IS 138 (54.3% from 255) = 31.87%

R = 45.5%
G = 22.63%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5628A (or 0xC5628A) is known color: Hopbush. HEX triplet: C5, 62 and 8A. RGB value is (197,98,138). Sum of RGB (Red+Green+Blue) = 197+98+138=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5628A is #3A9D75. Grayscale: #848484. Windows color (decimal): -3841398 or 9069253. OLE color: 9069253.

HSL color Cylindrical-coordinate representation of color #C5628A: hue angle of 335.76º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5628A is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 98 138 -
CMYK 0 0.50 0.30 0.23
HSL 335.76º 0.46% 0.58% -
HSV(B) 335.76º 0.5% 0.77% -
XYZ 31.98 22.44 26.69 -
YUV 132.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 197 98 138 0 0.50 0.30 0.23 335.76 0.46 0.58
Hex C5 62 8A 0 32 1E 17 150 2E 3A
Octal 305 142 212 0 62 36 27 520 56 72
Binary 11000101 1100010 10001010 0 110010 11110 10111 101010000 101110 111010

Color Harmonies of #C5628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5628A

Black with #C5628A

Text Example


Text Example

White with #C5628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5628A; }

 p { color: rgb(197,98,138); }

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

background-color css

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

 a { background-color: rgb(197,98,138); }

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

border-color css

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

 span { border-color: rgb(197,98,138); }

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