#C27750

Color #C27750 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C27750

Tints of Red Damask #C27750

Color information

#C27750 (or 0xC27750) is unknown color: approx Red Damask. HEX triplet: C2, 77 and 50. RGB value is (194,119,80). Sum of RGB (Red+Green+Blue) = 194+119+80=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C27750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27750 is #3D88AF. Grayscale: #898989. Windows color (decimal): -4032688 or 5273538. OLE color: 5273538.

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

Color convert

RGB19411980-
CMYK00.390.590.24
HSL20.53º48.31%53.73%-
HSV(B)20.53º58.76%76.08%-
XYZ30.2925.2410.87-
YUV136.9895.85168.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=49.36%
G=30.28%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941198000.390.590.2420.5348.3153.73
HexC277500273B18153036
Octal3021671200477330256066
Binary110000101110111101000001001111110111100010101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27750; }

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

 H1.HeaderClassName
 {
   color: #C27750;
 }
 .AnyTagClassName
 {
   color: #C27750;
 }
</style>
background-color css

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

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

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

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

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

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