Html Css Color HEX #C27A80 Charm

📋 copy color: '#C27A80'

red 194 ◦ green 122 ◦ blue 128

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

Shades of Charm #C27A80

Tints of Charm #C27A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.48%

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

R = 43.69%
G = 27.48%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C27A80 (or 0xC27A80) is known color: Charm. HEX triplet: C2, 7A and 80. RGB value is (194,122,128). Sum of RGB (Red+Green+Blue) = 194+122+128=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A80 is #3D857F. Grayscale: #909090. Windows color (decimal): -4031872 or 8420034. OLE color: 8420034.

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

Color convert

RGB 194 122 128 -
CMYK 0 0.37 0.34 0.24
HSL 355º 0.37% 0.62% -
HSV(B) 355º 0.37% 0.76% -
XYZ 33.1 26.95 23.88 -
YUV 144.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 194 122 128 0 0.37 0.34 0.24 355 0.37 0.62
Hex C2 7A 80 0 25 22 18 163 25 3E
Octal 302 172 200 0 45 42 30 543 45 76
Binary 11000010 1111010 10000000 0 100101 100010 11000 101100011 100101 111110

Color Harmonies of #C27A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A80

Black with #C27A80

Text Example


Text Example

White with #C27A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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