Html Css Color HEX #C1764E Red Damask

📋 copy color: '#C1764E'

red 193 ◦ green 118 ◦ blue 78

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

Shades of Red Damask #C1764E

Tints of Red Damask #C1764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

 BLUE value IS 78 (30.86% from 255) = 20.05%

R = 49.61%
G = 30.33%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1764E (or 0xC1764E) is known color: Red Damask. HEX triplet: C1, 76 and 4E. RGB value is (193,118,78). Sum of RGB (Red+Green+Blue) = 193+118+78=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1764E is #3E89B1. Grayscale: #888888. Windows color (decimal): -4098482 or 5142209. OLE color: 5142209.

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

Color convert

RGB 193 118 78 -
CMYK 0 0.39 0.60 0.24
HSL 20.87º 0.48% 0.53% -
HSV(B) 20.87º 0.6% 0.76% -
XYZ 29.85 24.84 10.43 -
YUV 135.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 193 118 78 0 0.39 0.60 0.24 20.87 0.48 0.53
Hex C1 76 4E 0 27 3C 18 15 30 35
Octal 301 166 116 0 47 74 30 25 60 65
Binary 11000001 1110110 1001110 0 100111 111100 11000 10101 110000 110101

Color Harmonies of #C1764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1764E

Black with #C1764E

Text Example


Text Example

White with #C1764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1764E; }

 p { color: rgb(193,118,78); }

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

background-color css

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

 a { background-color: rgb(193,118,78); }

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

border-color css

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

 span { border-color: rgb(193,118,78); }

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