Html Css Color HEX #C5748F Hopbush

📋 copy color: '#C5748F'

red 197 ◦ green 116 ◦ blue 143

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

Shades of Hopbush #C5748F

Tints of Hopbush #C5748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.44%

 BLUE value IS 143 (56.25% from 255) = 31.36%

R = 43.2%
G = 25.44%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5748F (or 0xC5748F) is known color: Hopbush. HEX triplet: C5, 74 and 8F. RGB value is (197,116,143). Sum of RGB (Red+Green+Blue) = 197+116+143=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5748F is #3A8B70. Grayscale: #8F8F8F. Windows color (decimal): -3836785 or 9401541. OLE color: 9401541.

HSL color Cylindrical-coordinate representation of color #C5748F: hue angle of 340º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5748F is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 116 143 -
CMYK 0 0.41 0.27 0.23
HSL 340º 0.41% 0.61% -
HSV(B) 340º 0.41% 0.77% -
XYZ 34.23 26.34 29.27 -
YUV 143.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 197 116 143 0 0.41 0.27 0.23 340 0.41 0.61
Hex C5 74 8F 0 29 1B 17 154 29 3D
Octal 305 164 217 0 51 33 27 524 51 75
Binary 11000101 1110100 10001111 0 101001 11011 10111 101010100 101001 111101

Color Harmonies of #C5748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5748F

Black with #C5748F

Text Example


Text Example

White with #C5748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5748F; }

 p { color: rgb(197,116,143); }

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

background-color css

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

 a { background-color: rgb(197,116,143); }

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

border-color css

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

 span { border-color: rgb(197,116,143); }

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