Html Css Color HEX #C684BB London Hue

📋 copy color: '#C684BB'

red 198 ◦ green 132 ◦ blue 187

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

Shades of London Hue #C684BB

Tints of London Hue #C684BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 38.3%
G = 25.53%
B = 36.17%

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

#C684BB (or 0xC684BB) is known color: London Hue. HEX triplet: C6, 84 and BB. RGB value is (198,132,187). Sum of RGB (Red+Green+Blue) = 198+132+187=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C684BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684BB is #397B44. Grayscale: #9D9D9D. Windows color (decimal): -3767109 or 12289222. OLE color: 12289222.

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

Color convert

RGB 198 132 187 -
CMYK 0 0.33 0.06 0.22
HSL 310º 0.37% 0.65% -
HSV(B) 310º 0.33% 0.78% -
XYZ 40.51 32.1 51.07 -
YUV 158 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 198 132 187 0 0.33 0.06 0.22 310 0.37 0.65
Hex C6 84 BB 0 21 6 16 136 25 41
Octal 306 204 273 0 41 6 26 466 45 101
Binary 11000110 10000100 10111011 0 100001 110 10110 100110110 100101 1000001

Color Harmonies of #C684BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C684BB

Black with #C684BB

Text Example


Text Example

White with #C684BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C684BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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