Html Css Color HEX #C683BA London Hue

📋 copy color: '#C683BA'

red 198 ◦ green 131 ◦ blue 186

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

Shades of London Hue #C683BA

Tints of London Hue #C683BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.44%

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

R = 38.45%
G = 25.44%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C683BA (or 0xC683BA) is known color: London Hue. HEX triplet: C6, 83 and BA. RGB value is (198,131,186). Sum of RGB (Red+Green+Blue) = 198+131+186=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C683BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683BA is #397C45. Grayscale: #9D9D9D. Windows color (decimal): -3767366 or 12223430. OLE color: 12223430.

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

Color convert

RGB 198 131 186 -
CMYK 0 0.34 0.06 0.22
HSL 310.75º 0.37% 0.65% -
HSV(B) 310.75º 0.34% 0.78% -
XYZ 40.27 31.78 50.47 -
YUV 157.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 198 131 186 0 0.34 0.06 0.22 310.75 0.37 0.65
Hex C6 83 BA 0 22 6 16 137 25 41
Octal 306 203 272 0 42 6 26 467 45 101
Binary 11000110 10000011 10111010 0 100010 110 10110 100110111 100101 1000001

Color Harmonies of #C683BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C683BA

Black with #C683BA

Text Example


Text Example

White with #C683BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C683BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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