Html Css Color HEX #C283BB London Hue

📋 copy color: '#C283BB'

red 194 ◦ green 131 ◦ blue 187

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

Shades of London Hue #C283BB

Tints of London Hue #C283BB

RGB

 RED value IS 194 (76.17% from 255) = 37.89%

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

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

R = 37.89%
G = 25.59%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C283BB (or 0xC283BB) is known color: London Hue. HEX triplet: C2, 83 and BB. RGB value is (194,131,187). Sum of RGB (Red+Green+Blue) = 194+131+187=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C283BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283BB is #3D7C44. Grayscale: #9C9C9C. Windows color (decimal): -4029509 or 12288962. OLE color: 12288962.

HSL color Cylindrical-coordinate representation of color #C283BB: hue angle of 306.67º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C283BB is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 187 -
CMYK 0 0.32 0.04 0.24
HSL 306.67º 0.34% 0.64% -
HSV(B) 306.67º 0.32% 0.76% -
XYZ 39.33 31.29 50.98 -
YUV 156.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 194 131 187 0 0.32 0.04 0.24 306.67 0.34 0.64
Hex C2 83 BB 0 20 4 18 133 22 40
Octal 302 203 273 0 40 4 30 463 42 100
Binary 11000010 10000011 10111011 0 100000 100 11000 100110011 100010 1000000

Color Harmonies of #C283BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C283BB

Black with #C283BB

Text Example


Text Example

White with #C283BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C283BB; }

 p { color: rgb(194,131,187); }

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

background-color css

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

 a { background-color: rgb(194,131,187); }

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

border-color css

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

 span { border-color: rgb(194,131,187); }

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