Html Css Color HEX #C684B9 London Hue

📋 copy color: '#C684B9'

red 198 ◦ green 132 ◦ blue 185

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

Shades of London Hue #C684B9

Tints of London Hue #C684B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.92%

R = 38.45%
G = 25.63%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C684B9 (or 0xC684B9) is known color: London Hue. HEX triplet: C6, 84 and B9. RGB value is (198,132,185). Sum of RGB (Red+Green+Blue) = 198+132+185=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C684B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684B9 is #397B46. Grayscale: #9D9D9D. Windows color (decimal): -3767111 or 12158150. OLE color: 12158150.

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

Color convert

RGB 198 132 185 -
CMYK 0 0.33 0.07 0.22
HSL 311.82º 0.37% 0.65% -
HSV(B) 311.82º 0.33% 0.78% -
XYZ 40.3 32.01 49.95 -
YUV 157.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 198 132 185 0 0.33 0.07 0.22 311.82 0.37 0.65
Hex C6 84 B9 0 21 7 16 138 25 41
Octal 306 204 271 0 41 7 26 470 45 101
Binary 11000110 10000100 10111001 0 100001 111 10110 100111000 100101 1000001

Color Harmonies of #C684B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C684B9

Black with #C684B9

Text Example


Text Example

White with #C684B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C684B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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