Html Css Color HEX #C076B3 London Hue

📋 copy color: '#C076B3'

red 192 ◦ green 118 ◦ blue 179

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

Shades of London Hue #C076B3

Tints of London Hue #C076B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.61%

R = 39.26%
G = 24.13%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C076B3 (or 0xC076B3) is known color: London Hue. HEX triplet: C0, 76 and B3. RGB value is (192,118,179). Sum of RGB (Red+Green+Blue) = 192+118+179=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C076B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076B3 is #3F894C. Grayscale: #929292. Windows color (decimal): -4163917 or 11761344. OLE color: 11761344.

HSL color Cylindrical-coordinate representation of color #C076B3: hue angle of 310.54º 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 #C076B3 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 179 -
CMYK 0 0.39 0.07 0.25
HSL 310.54º 0.37% 0.61% -
HSV(B) 310.54º 0.39% 0.75% -
XYZ 36.35 27.42 46.02 -
YUV 147.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 192 118 179 0 0.39 0.07 0.25 310.54 0.37 0.61
Hex C0 76 B3 0 27 7 19 137 25 3D
Octal 300 166 263 0 47 7 31 467 45 75
Binary 11000000 1110110 10110011 0 100111 111 11001 100110111 100101 111101

Color Harmonies of #C076B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076B3

Black with #C076B3

Text Example


Text Example

White with #C076B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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