Html Css Color HEX #C383BB London Hue

📋 copy color: '#C383BB'

red 195 ◦ green 131 ◦ blue 187

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

Shades of London Hue #C383BB

Tints of London Hue #C383BB

RGB

 RED value IS 195 (76.56% from 255) = 38.01%

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

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

R = 38.01%
G = 25.54%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C383BB (or 0xC383BB) is known color: London Hue. HEX triplet: C3, 83 and BB. RGB value is (195,131,187). Sum of RGB (Red+Green+Blue) = 195+131+187=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C383BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C383BB is #3C7C44. Grayscale: #9C9C9C. Windows color (decimal): -3963973 or 12288963. OLE color: 12288963.

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

Color convert

RGB 195 131 187 -
CMYK 0 0.33 0.04 0.24
HSL 307.5º 0.35% 0.64% -
HSV(B) 307.5º 0.33% 0.76% -
XYZ 39.59 31.42 50.99 -
YUV 156.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 195 131 187 0 0.33 0.04 0.24 307.5 0.35 0.64
Hex C3 83 BB 0 21 4 18 134 23 40
Octal 303 203 273 0 41 4 30 464 43 100
Binary 11000011 10000011 10111011 0 100001 100 11000 100110100 100011 1000000

Color Harmonies of #C383BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C383BB

Black with #C383BB

Text Example


Text Example

White with #C383BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C383BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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