Html Css Color HEX #C17052 Red Damask

📋 copy color: '#C17052'

red 193 ◦ green 112 ◦ blue 82

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

Shades of Red Damask #C17052

Tints of Red Damask #C17052

RGB

 RED value IS 193 (75.78% from 255) = 49.87%

 GREEN value IS 112 (44.14% from 255) = 28.94%

 BLUE value IS 82 (32.42% from 255) = 21.19%

R = 49.87%
G = 28.94%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C17052 (or 0xC17052) is known color: Red Damask. HEX triplet: C1, 70 and 52. RGB value is (193,112,82). Sum of RGB (Red+Green+Blue) = 193+112+82=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C17052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17052 is #3E8FAD. Grayscale: #858585. Windows color (decimal): -4100014 or 5402817. OLE color: 5402817.

HSL color Cylindrical-coordinate representation of color #C17052: hue angle of 16.22º 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 #C17052 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 82 -
CMYK 0 0.42 0.58 0.24
HSL 16.22º 0.47% 0.54% -
HSV(B) 16.22º 0.58% 0.76% -
XYZ 29.31 23.54 10.98 -
YUV 132.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 193 112 82 0 0.42 0.58 0.24 16.22 0.47 0.54
Hex C1 70 52 0 2A 3A 18 10 2F 36
Octal 301 160 122 0 52 72 30 20 57 66
Binary 11000001 1110000 1010010 0 101010 111010 11000 10000 101111 110110

Color Harmonies of #C17052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17052

Black with #C17052

Text Example


Text Example

White with #C17052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17052; }

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

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

background-color css

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

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

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

border-color css

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

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

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