Html Css Color HEX #C276B6 London Hue

📋 copy color: '#C276B6'

red 194 ◦ green 118 ◦ blue 182

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

Shades of London Hue #C276B6

Tints of London Hue #C276B6

RGB

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

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

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

R = 39.27%
G = 23.89%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C276B6 (or 0xC276B6) is known color: London Hue. HEX triplet: C2, 76 and B6. RGB value is (194,118,182). Sum of RGB (Red+Green+Blue) = 194+118+182=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C276B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276B6 is #3D8949. Grayscale: #939393. Windows color (decimal): -4032842 or 11957954. OLE color: 11957954.

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

Color convert

RGB 194 118 182 -
CMYK 0 0.39 0.06 0.24
HSL 309.47º 0.38% 0.61% -
HSV(B) 309.47º 0.39% 0.76% -
XYZ 37.17 27.8 47.66 -
YUV 148.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 194 118 182 0 0.39 0.06 0.24 309.47 0.38 0.61
Hex C2 76 B6 0 27 6 18 135 26 3D
Octal 302 166 266 0 47 6 30 465 46 75
Binary 11000010 1110110 10110110 0 100111 110 11000 100110101 100110 111101

Color Harmonies of #C276B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276B6

Black with #C276B6

Text Example


Text Example

White with #C276B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276B6; }

 p { color: rgb(194,118,182); }

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

background-color css

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

 a { background-color: rgb(194,118,182); }

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

border-color css

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

 span { border-color: rgb(194,118,182); }

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