Html Css Color HEX #C5699A Hopbush

📋 copy color: '#C5699A'

red 197 ◦ green 105 ◦ blue 154

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

Shades of Hopbush #C5699A

Tints of Hopbush #C5699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.77%

R = 43.2%
G = 23.03%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5699A (or 0xC5699A) is known color: Hopbush. HEX triplet: C5, 69 and 9A. RGB value is (197,105,154). Sum of RGB (Red+Green+Blue) = 197+105+154=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5699A is #3A9665. Grayscale: #898989. Windows color (decimal): -3839590 or 10119621. OLE color: 10119621.

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

Color convert

RGB 197 105 154 -
CMYK 0 0.47 0.22 0.23
HSL 328.04º 0.44% 0.59% -
HSV(B) 328.04º 0.47% 0.77% -
XYZ 33.91 24.31 33.48 -
YUV 138.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 197 105 154 0 0.47 0.22 0.23 328.04 0.44 0.59
Hex C5 69 9A 0 2F 16 17 148 2C 3B
Octal 305 151 232 0 57 26 27 510 54 73
Binary 11000101 1101001 10011010 0 101111 10110 10111 101001000 101100 111011

Color Harmonies of #C5699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5699A

Black with #C5699A

Text Example


Text Example

White with #C5699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5699A; }

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

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

background-color css

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

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

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

border-color css

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

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

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