Html Css Color HEX #C076B5 London Hue

📋 copy color: '#C076B5'

red 192 ◦ green 118 ◦ blue 181

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

Shades of London Hue #C076B5

Tints of London Hue #C076B5

RGB

 RED value IS 192 (75.39% from 255) = 39.1%

 GREEN value IS 118 (46.48% from 255) = 24.03%

 BLUE value IS 181 (71.09% from 255) = 36.86%

R = 39.1%
G = 24.03%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C076B5 (or 0xC076B5) is known color: London Hue. HEX triplet: C0, 76 and B5. RGB value is (192,118,181). Sum of RGB (Red+Green+Blue) = 192+118+181=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C076B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076B5 is #3F894A. Grayscale: #939393. Windows color (decimal): -4163915 or 11892416. OLE color: 11892416.

HSL color Cylindrical-coordinate representation of color #C076B5: hue angle of 308.92º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C076B5 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 181 -
CMYK 0 0.39 0.06 0.25
HSL 308.92º 0.37% 0.61% -
HSV(B) 308.92º 0.39% 0.75% -
XYZ 36.56 27.5 47.1 -
YUV 147.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 192 118 181 0 0.39 0.06 0.25 308.92 0.37 0.61
Hex C0 76 B5 0 27 6 19 135 25 3D
Octal 300 166 265 0 47 6 31 465 45 75
Binary 11000000 1110110 10110101 0 100111 110 11001 100110101 100101 111101

Color Harmonies of #C076B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076B5

Black with #C076B5

Text Example


Text Example

White with #C076B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076B5; }

 p { color: rgb(192,118,181); }

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

background-color css

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

 a { background-color: rgb(192,118,181); }

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

border-color css

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

 span { border-color: rgb(192,118,181); }

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