#C17B52

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

Shades of Red Damask #C17B52

Tints of Red Damask #C17B52

Color information

#C17B52 (or 0xC17B52) is unknown color: approx Red Damask. HEX triplet: C1, 7B and 52. RGB value is (193,123,82). Sum of RGB (Red+Green+Blue) = 193+123+82=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B52 is #3E84AD. Grayscale: #8B8B8B. Windows color (decimal): -4097198 or 5405633. OLE color: 5405633.

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

Color convert

RGB19312382-
CMYK00.360.580.24
HSL22.16º47.23%53.92%-
HSV(B)22.16º57.51%75.69%-
XYZ30.626.1111.41-
YUV139.2695.69166.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.49%
GREEN value IS 123 (48.44% from 255) = 30.90%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=48.49%
G=30.90%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931238200.360.580.2422.1647.2353.92
HexC17B520243A18162f36
Octal3011731220447230265766
Binary110000011111011101001001001001110101100010110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17B52; }

 p { color: rgb(193,123,82); }

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

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

 a { background-color: rgb(193,123,82); }

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

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

 span { border-color: rgb(193,123,82); }

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