Html Css Color HEX #C5708D Hopbush

📋 copy color: '#C5708D'

red 197 ◦ green 112 ◦ blue 141

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

Shades of Hopbush #C5708D

Tints of Hopbush #C5708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.89%

 BLUE value IS 141 (55.47% from 255) = 31.33%

R = 43.78%
G = 24.89%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5708D (or 0xC5708D) is known color: Hopbush. HEX triplet: C5, 70 and 8D. RGB value is (197,112,141). Sum of RGB (Red+Green+Blue) = 197+112+141=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5708D is #3A8F72. Grayscale: #8C8C8C. Windows color (decimal): -3837811 or 9269445. OLE color: 9269445.

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

Color convert

RGB 197 112 141 -
CMYK 0 0.43 0.28 0.23
HSL 339.53º 0.42% 0.61% -
HSV(B) 339.53º 0.43% 0.77% -
XYZ 33.63 25.38 28.33 -
YUV 140.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 197 112 141 0 0.43 0.28 0.23 339.53 0.42 0.61
Hex C5 70 8D 0 2B 1C 17 154 2A 3D
Octal 305 160 215 0 53 34 27 524 52 75
Binary 11000101 1110000 10001101 0 101011 11100 10111 101010100 101010 111101

Color Harmonies of #C5708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5708D

Black with #C5708D

Text Example


Text Example

White with #C5708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5708D; }

 p { color: rgb(197,112,141); }

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

background-color css

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

 a { background-color: rgb(197,112,141); }

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

border-color css

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

 span { border-color: rgb(197,112,141); }

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