Html Css Color HEX #C585BA London Hue

📋 copy color: '#C585BA'

red 197 ◦ green 133 ◦ blue 186

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

Shades of London Hue #C585BA

Tints of London Hue #C585BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 38.18%
G = 25.78%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C585BA (or 0xC585BA) is known color: London Hue. HEX triplet: C5, 85 and BA. RGB value is (197,133,186). Sum of RGB (Red+Green+Blue) = 197+133+186=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C585BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585BA is #3A7A45. Grayscale: #9E9E9E. Windows color (decimal): -3832390 or 12223941. OLE color: 12223941.

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

Color convert

RGB 197 133 186 -
CMYK 0 0.32 0.06 0.23
HSL 310.31º 0.36% 0.65% -
HSV(B) 310.31º 0.32% 0.77% -
XYZ 40.28 32.19 50.54 -
YUV 158.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 197 133 186 0 0.32 0.06 0.23 310.31 0.36 0.65
Hex C5 85 BA 0 20 6 17 136 24 41
Octal 305 205 272 0 40 6 27 466 44 101
Binary 11000101 10000101 10111010 0 100000 110 10111 100110110 100100 1000001

Color Harmonies of #C585BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585BA

Black with #C585BA

Text Example


Text Example

White with #C585BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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