Html Css Color HEX #C27D80 Charm

📋 copy color: '#C27D80'

red 194 ◦ green 125 ◦ blue 128

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

Shades of Charm #C27D80

Tints of Charm #C27D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.96%

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

R = 43.4%
G = 27.96%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C27D80 (or 0xC27D80) is known color: Charm. HEX triplet: C2, 7D and 80. RGB value is (194,125,128). Sum of RGB (Red+Green+Blue) = 194+125+128=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D80 is #3D827F. Grayscale: #929292. Windows color (decimal): -4031104 or 8420802. OLE color: 8420802.

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

Color convert

RGB 194 125 128 -
CMYK 0 0.36 0.34 0.24
HSL 357.39º 0.36% 0.63% -
HSV(B) 357.39º 0.36% 0.76% -
XYZ 33.48 27.7 24 -
YUV 145.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 194 125 128 0 0.36 0.34 0.24 357.39 0.36 0.63
Hex C2 7D 80 0 24 22 18 165 24 3F
Octal 302 175 200 0 44 42 30 545 44 77
Binary 11000010 1111101 10000000 0 100100 100010 11000 101100101 100100 111111

Color Harmonies of #C27D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D80

Black with #C27D80

Text Example


Text Example

White with #C27D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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