Html Css Color HEX #C380B6 London Hue

📋 copy color: '#C380B6'

red 195 ◦ green 128 ◦ blue 182

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

Shades of London Hue #C380B6

Tints of London Hue #C380B6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.35%

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 38.61%
G = 25.35%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C380B6 (or 0xC380B6) is known color: London Hue. HEX triplet: C3, 80 and B6. RGB value is (195,128,182). Sum of RGB (Red+Green+Blue) = 195+128+182=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C380B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380B6 is #3C7F49. Grayscale: #9A9A9A. Windows color (decimal): -3964746 or 11960515. OLE color: 11960515.

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

Color convert

RGB 195 128 182 -
CMYK 0 0.34 0.07 0.24
HSL 311.64º 0.36% 0.63% -
HSV(B) 311.64º 0.34% 0.76% -
XYZ 38.67 30.42 48.09 -
YUV 154.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 195 128 182 0 0.34 0.07 0.24 311.64 0.36 0.63
Hex C3 80 B6 0 22 7 18 138 24 3F
Octal 303 200 266 0 42 7 30 470 44 77
Binary 11000011 10000000 10110110 0 100010 111 11000 100111000 100100 111111

Color Harmonies of #C380B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380B6

Black with #C380B6

Text Example


Text Example

White with #C380B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380B6; }

 p { color: rgb(195,128,182); }

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

background-color css

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

 a { background-color: rgb(195,128,182); }

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

border-color css

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

 span { border-color: rgb(195,128,182); }

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