Html Css Color HEX #C5699B Hopbush

📋 copy color: '#C5699B'

red 197 ◦ green 105 ◦ blue 155

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

Shades of Hopbush #C5699B

Tints of Hopbush #C5699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.98%

 BLUE value IS 155 (60.94% from 255) = 33.92%

R = 43.11%
G = 22.98%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5699B (or 0xC5699B) is known color: Hopbush. HEX triplet: C5, 69 and 9B. RGB value is (197,105,155). Sum of RGB (Red+Green+Blue) = 197+105+155=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5699B is #3A9664. Grayscale: #8A8A8A. Windows color (decimal): -3839589 or 10185157. OLE color: 10185157.

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

Color convert

RGB 197 105 155 -
CMYK 0 0.47 0.21 0.23
HSL 327.39º 0.44% 0.59% -
HSV(B) 327.39º 0.47% 0.77% -
XYZ 33.99 24.34 33.92 -
YUV 138.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 197 105 155 0 0.47 0.21 0.23 327.39 0.44 0.59
Hex C5 69 9B 0 2F 15 17 147 2C 3B
Octal 305 151 233 0 57 25 27 507 54 73
Binary 11000101 1101001 10011011 0 101111 10101 10111 101000111 101100 111011

Color Harmonies of #C5699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5699B

Black with #C5699B

Text Example


Text Example

White with #C5699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5699B; }

 p { color: rgb(197,105,155); }

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

background-color css

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

 a { background-color: rgb(197,105,155); }

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

border-color css

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

 span { border-color: rgb(197,105,155); }

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