Html Css Color HEX #C27780 Charm

📋 copy color: '#C27780'

red 194 ◦ green 119 ◦ blue 128

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

Shades of Charm #C27780

Tints of Charm #C27780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.98%

 BLUE value IS 128 (50.39% from 255) = 29.02%

R = 43.99%
G = 26.98%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C27780 (or 0xC27780) is known color: Charm. HEX triplet: C2, 77 and 80. RGB value is (194,119,128). Sum of RGB (Red+Green+Blue) = 194+119+128=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C27780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27780 is #3D887F. Grayscale: #8E8E8E. Windows color (decimal): -4032640 or 8419266. OLE color: 8419266.

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

Color convert

RGB 194 119 128 -
CMYK 0 0.39 0.34 0.24
HSL 352.8º 0.38% 0.61% -
HSV(B) 352.8º 0.39% 0.76% -
XYZ 32.74 26.22 23.76 -
YUV 142.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 194 119 128 0 0.39 0.34 0.24 352.8 0.38 0.61
Hex C2 77 80 0 27 22 18 161 26 3D
Octal 302 167 200 0 47 42 30 541 46 75
Binary 11000010 1110111 10000000 0 100111 100010 11000 101100001 100110 111101

Color Harmonies of #C27780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27780

Black with #C27780

Text Example


Text Example

White with #C27780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27780; }

 p { color: rgb(194,119,128); }

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

background-color css

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

 a { background-color: rgb(194,119,128); }

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

border-color css

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

 span { border-color: rgb(194,119,128); }

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