Html Css Color HEX #C57CAA Hopbush

📋 copy color: '#C57CAA'

red 197 ◦ green 124 ◦ blue 170

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

Shades of Hopbush #C57CAA

Tints of Hopbush #C57CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.25%

 BLUE value IS 170 (66.8% from 255) = 34.62%

R = 40.12%
G = 25.25%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C57CAA (or 0xC57CAA) is known color: Hopbush. HEX triplet: C5, 7C and AA. RGB value is (197,124,170). Sum of RGB (Red+Green+Blue) = 197+124+170=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C57CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57CAA is #3A8355. Grayscale: #969696. Windows color (decimal): -3834710 or 11173061. OLE color: 11173061.

HSL color Cylindrical-coordinate representation of color #C57CAA: hue angle of 322.19º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57CAA is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 124 170 -
CMYK 0 0.37 0.14 0.23
HSL 322.19º 0.39% 0.63% -
HSV(B) 322.19º 0.37% 0.77% -
XYZ 37.49 29.19 41.69 -
YUV 151.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 197 124 170 0 0.37 0.14 0.23 322.19 0.39 0.63
Hex C5 7C AA 0 25 E 17 142 27 3F
Octal 305 174 252 0 45 16 27 502 47 77
Binary 11000101 1111100 10101010 0 100101 1110 10111 101000010 100111 111111

Color Harmonies of #C57CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57CAA

Black with #C57CAA

Text Example


Text Example

White with #C57CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57CAA; }

 p { color: rgb(197,124,170); }

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

background-color css

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

 a { background-color: rgb(197,124,170); }

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

border-color css

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

 span { border-color: rgb(197,124,170); }

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