Html Css Color HEX #C2744A Red Damask

📋 copy color: '#C2744A'

red 194 ◦ green 116 ◦ blue 74

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

Shades of Red Damask #C2744A

Tints of Red Damask #C2744A

RGB

 RED value IS 194 (76.17% from 255) = 50.52%

 GREEN value IS 116 (45.7% from 255) = 30.21%

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

R = 50.52%
G = 30.21%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2744A (or 0xC2744A) is known color: Red Damask. HEX triplet: C2, 74 and 4A. RGB value is (194,116,74). Sum of RGB (Red+Green+Blue) = 194+116+74=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2744A is #3D8BB5. Grayscale: #868686. Windows color (decimal): -4033462 or 4879554. OLE color: 4879554.

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

Color convert

RGB 194 116 74 -
CMYK 0 0.40 0.62 0.24
HSL 21º 0.5% 0.53% -
HSV(B) 21º 0.62% 0.76% -
XYZ 29.73 24.45 9.63 -
YUV 134.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 194 116 74 0 0.40 0.62 0.24 21 0.5 0.53
Hex C2 74 4A 0 28 3E 18 15 32 35
Octal 302 164 112 0 50 76 30 25 62 65
Binary 11000010 1110100 1001010 0 101000 111110 11000 10101 110010 110101

Color Harmonies of #C2744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2744A

Black with #C2744A

Text Example


Text Example

White with #C2744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2744A; }

 p { color: rgb(194,116,74); }

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

background-color css

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

 a { background-color: rgb(194,116,74); }

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

border-color css

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

 span { border-color: rgb(194,116,74); }

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