Html Css Color HEX #C1754C Red Damask

📋 copy color: '#C1754C'

red 193 ◦ green 117 ◦ blue 76

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

Shades of Red Damask #C1754C

Tints of Red Damask #C1754C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.69%

R = 50%
G = 30.31%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1754C (or 0xC1754C) is known color: Red Damask. HEX triplet: C1, 75 and 4C. RGB value is (193,117,76). Sum of RGB (Red+Green+Blue) = 193+117+76=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1754C is #3E8AB3. Grayscale: #878787. Windows color (decimal): -4098740 or 5010881. OLE color: 5010881.

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

Color convert

RGB 193 117 76 -
CMYK 0 0.39 0.61 0.24
HSL 21.03º 0.49% 0.53% -
HSV(B) 21.03º 0.61% 0.76% -
XYZ 29.66 24.58 10.02 -
YUV 135.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 193 117 76 0 0.39 0.61 0.24 21.03 0.49 0.53
Hex C1 75 4C 0 27 3D 18 15 31 35
Octal 301 165 114 0 47 75 30 25 61 65
Binary 11000001 1110101 1001100 0 100111 111101 11000 10101 110001 110101

Color Harmonies of #C1754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1754C

Black with #C1754C

Text Example


Text Example

White with #C1754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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