Html Css Color HEX #C1764D Red Damask

📋 copy color: '#C1764D'

red 193 ◦ green 118 ◦ blue 77

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

Shades of Red Damask #C1764D

Tints of Red Damask #C1764D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.85%

R = 49.74%
G = 30.41%
B = 19.85%

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

#C1764D (or 0xC1764D) is known color: Red Damask. HEX triplet: C1, 76 and 4D. RGB value is (193,118,77). Sum of RGB (Red+Green+Blue) = 193+118+77=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1764D is #3E89B2. Grayscale: #878787. Windows color (decimal): -4098483 or 5076673. OLE color: 5076673.

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

Color convert

RGB 193 118 77 -
CMYK 0 0.39 0.60 0.24
HSL 21.21º 0.48% 0.53% -
HSV(B) 21.21º 0.6% 0.76% -
XYZ 29.81 24.83 10.24 -
YUV 135.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 193 118 77 0 0.39 0.60 0.24 21.21 0.48 0.53
Hex C1 76 4D 0 27 3C 18 15 30 35
Octal 301 166 115 0 47 74 30 25 60 65
Binary 11000001 1110110 1001101 0 100111 111100 11000 10101 110000 110101

Color Harmonies of #C1764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1764D

Black with #C1764D

Text Example


Text Example

White with #C1764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1764D; }

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

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

background-color css

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

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

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

border-color css

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

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

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