Html Css Color HEX #C5708C Hopbush

📋 copy color: '#C5708C'

red 197 ◦ green 112 ◦ blue 140

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

Shades of Hopbush #C5708C

Tints of Hopbush #C5708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.18%

R = 43.88%
G = 24.94%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5708C (or 0xC5708C) is known color: Hopbush. HEX triplet: C5, 70 and 8C. RGB value is (197,112,140). Sum of RGB (Red+Green+Blue) = 197+112+140=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5708C is #3A8F73. Grayscale: #8C8C8C. Windows color (decimal): -3837812 or 9203909. OLE color: 9203909.

HSL color Cylindrical-coordinate representation of color #C5708C: hue angle of 340.24º 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 #C5708C is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 112 140 -
CMYK 0 0.43 0.29 0.23
HSL 340.24º 0.42% 0.61% -
HSV(B) 340.24º 0.43% 0.77% -
XYZ 33.55 25.35 27.94 -
YUV 140.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 197 112 140 0 0.43 0.29 0.23 340.24 0.42 0.61
Hex C5 70 8C 0 2B 1D 17 154 2A 3D
Octal 305 160 214 0 53 35 27 524 52 75
Binary 11000101 1110000 10001100 0 101011 11101 10111 101010100 101010 111101

Color Harmonies of #C5708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5708C

Black with #C5708C

Text Example


Text Example

White with #C5708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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