Html Css Color HEX #C17552 Red Damask

📋 copy color: '#C17552'

red 193 ◦ green 117 ◦ blue 82

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

Shades of Red Damask #C17552

Tints of Red Damask #C17552

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 49.23%
G = 29.85%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C17552 (or 0xC17552) is known color: Red Damask. HEX triplet: C1, 75 and 52. RGB value is (193,117,82). Sum of RGB (Red+Green+Blue) = 193+117+82=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C17552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17552 is #3E8AAD. Grayscale: #878787. Windows color (decimal): -4098734 or 5404097. OLE color: 5404097.

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

Color convert

RGB 193 117 82 -
CMYK 0 0.39 0.58 0.24
HSL 18.92º 0.47% 0.54% -
HSV(B) 18.92º 0.58% 0.76% -
XYZ 29.88 24.67 11.17 -
YUV 135.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 193 117 82 0 0.39 0.58 0.24 18.92 0.47 0.54
Hex C1 75 52 0 27 3A 18 13 2F 36
Octal 301 165 122 0 47 72 30 23 57 66
Binary 11000001 1110101 1010010 0 100111 111010 11000 10011 101111 110110

Color Harmonies of #C17552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17552

Black with #C17552

Text Example


Text Example

White with #C17552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17552; }

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

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

background-color css

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

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

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

border-color css

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

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

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