Html Css Color HEX #C17952 Red Damask

📋 copy color: '#C17952'

red 193 ◦ green 121 ◦ blue 82

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

Shades of Red Damask #C17952

Tints of Red Damask #C17952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.56%

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

R = 48.74%
G = 30.56%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C17952 (or 0xC17952) is known color: Red Damask. HEX triplet: C1, 79 and 52. RGB value is (193,121,82). Sum of RGB (Red+Green+Blue) = 193+121+82=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C17952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17952 is #3E86AD. Grayscale: #8A8A8A. Windows color (decimal): -4097710 or 5405121. OLE color: 5405121.

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

Color convert

RGB 193 121 82 -
CMYK 0 0.37 0.58 0.24
HSL 21.08º 0.47% 0.54% -
HSV(B) 21.08º 0.58% 0.76% -
XYZ 30.35 25.62 11.33 -
YUV 138.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 193 121 82 0 0.37 0.58 0.24 21.08 0.47 0.54
Hex C1 79 52 0 25 3A 18 15 2F 36
Octal 301 171 122 0 45 72 30 25 57 66
Binary 11000001 1111001 1010010 0 100101 111010 11000 10101 101111 110110

Color Harmonies of #C17952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17952

Black with #C17952

Text Example


Text Example

White with #C17952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17952; }

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

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

background-color css

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

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

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

border-color css

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

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

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