Html Css Color HEX #C684BA London Hue

📋 copy color: '#C684BA'

red 198 ◦ green 132 ◦ blue 186

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

Shades of London Hue #C684BA

Tints of London Hue #C684BA

RGB

 RED value IS 198 (77.73% from 255) = 38.37%

 GREEN value IS 132 (51.95% from 255) = 25.58%

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

R = 38.37%
G = 25.58%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C684BA (or 0xC684BA) is known color: London Hue. HEX triplet: C6, 84 and BA. RGB value is (198,132,186). Sum of RGB (Red+Green+Blue) = 198+132+186=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C684BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684BA is #397B45. Grayscale: #9D9D9D. Windows color (decimal): -3767110 or 12223686. OLE color: 12223686.

HSL color Cylindrical-coordinate representation of color #C684BA: hue angle of 310.91º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C684BA is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 132 186 -
CMYK 0 0.33 0.06 0.22
HSL 310.91º 0.37% 0.65% -
HSV(B) 310.91º 0.33% 0.78% -
XYZ 40.4 32.05 50.51 -
YUV 157.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 198 132 186 0 0.33 0.06 0.22 310.91 0.37 0.65
Hex C6 84 BA 0 21 6 16 137 25 41
Octal 306 204 272 0 41 6 26 467 45 101
Binary 11000110 10000100 10111010 0 100001 110 10110 100110111 100101 1000001

Color Harmonies of #C684BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C684BA

Black with #C684BA

Text Example


Text Example

White with #C684BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C684BA; }

 p { color: rgb(198,132,186); }

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

background-color css

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

 a { background-color: rgb(198,132,186); }

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

border-color css

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

 span { border-color: rgb(198,132,186); }

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