Html Css Color HEX #C1764A Red Damask

📋 copy color: '#C1764A'

red 193 ◦ green 118 ◦ blue 74

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

Shades of Red Damask #C1764A

Tints of Red Damask #C1764A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 50.13%
G = 30.65%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1764A (or 0xC1764A) is known color: Red Damask. HEX triplet: C1, 76 and 4A. RGB value is (193,118,74). Sum of RGB (Red+Green+Blue) = 193+118+74=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1764A is #3E89B5. Grayscale: #878787. Windows color (decimal): -4098486 or 4880065. OLE color: 4880065.

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

Color convert

RGB 193 118 74 -
CMYK 0 0.39 0.62 0.24
HSL 22.18º 0.49% 0.52% -
HSV(B) 22.18º 0.62% 0.76% -
XYZ 29.71 24.79 9.7 -
YUV 135.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 193 118 74 0 0.39 0.62 0.24 22.18 0.49 0.52
Hex C1 76 4A 0 27 3E 18 16 31 34
Octal 301 166 112 0 47 76 30 26 61 64
Binary 11000001 1110110 1001010 0 100111 111110 11000 10110 110001 110100

Color Harmonies of #C1764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1764A

Black with #C1764A

Text Example


Text Example

White with #C1764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1764A; }

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

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

background-color css

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

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

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

border-color css

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

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

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