Html Css Color HEX #C585B8 London Hue

📋 copy color: '#C585B8'

red 197 ◦ green 133 ◦ blue 184

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

Shades of London Hue #C585B8

Tints of London Hue #C585B8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.88%

 BLUE value IS 184 (72.27% from 255) = 35.8%

R = 38.33%
G = 25.88%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C585B8 (or 0xC585B8) is known color: London Hue. HEX triplet: C5, 85 and B8. RGB value is (197,133,184). Sum of RGB (Red+Green+Blue) = 197+133+184=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C585B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585B8 is #3A7A47. Grayscale: #9D9D9D. Windows color (decimal): -3832392 or 12092869. OLE color: 12092869.

HSL color Cylindrical-coordinate representation of color #C585B8: hue angle of 312.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C585B8 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 184 -
CMYK 0 0.32 0.07 0.23
HSL 312.19º 0.36% 0.65% -
HSV(B) 312.19º 0.32% 0.77% -
XYZ 40.07 32.11 49.43 -
YUV 157.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 197 133 184 0 0.32 0.07 0.23 312.19 0.36 0.65
Hex C5 85 B8 0 20 7 17 138 24 41
Octal 305 205 270 0 40 7 27 470 44 101
Binary 11000101 10000101 10111000 0 100000 111 10111 100111000 100100 1000001

Color Harmonies of #C585B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585B8

Black with #C585B8

Text Example


Text Example

White with #C585B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585B8; }

 p { color: rgb(197,133,184); }

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

background-color css

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

 a { background-color: rgb(197,133,184); }

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

border-color css

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

 span { border-color: rgb(197,133,184); }

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