#C27753

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

Shades of Red Damask #C27753

Tints of Red Damask #C27753

Color information

#C27753 (or 0xC27753) is unknown color: approx Red Damask. HEX triplet: C2, 77 and 53. RGB value is (194,119,83). Sum of RGB (Red+Green+Blue) = 194+119+83=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C27753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27753 is #3D88AC. Grayscale: #898989. Windows color (decimal): -4032685 or 5470146. OLE color: 5470146.

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

Color convert

RGB19411983-
CMYK00.390.570.24
HSL19.46º47.64%54.31%-
HSV(B)19.46º57.22%76.08%-
XYZ30.4125.2911.46-
YUV137.3297.35168.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 83 (32.81% from 255) = 20.96%
R=48.99%
G=30.05%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941198300.390.570.2419.4647.6454.31
HexC277530273918133036
Octal3021671230477130236066
Binary110000101110111101001101001111110011100010011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27753; }

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

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

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

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

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

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

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

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