Html Css Color HEX #C2744B Red Damask

📋 copy color: '#C2744B'

red 194 ◦ green 116 ◦ blue 75

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

Shades of Red Damask #C2744B

Tints of Red Damask #C2744B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.48%

R = 50.39%
G = 30.13%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2744B (or 0xC2744B) is known color: Red Damask. HEX triplet: C2, 74 and 4B. RGB value is (194,116,75). Sum of RGB (Red+Green+Blue) = 194+116+75=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2744B is #3D8BB4. Grayscale: #868686. Windows color (decimal): -4033461 or 4945090. OLE color: 4945090.

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

Color convert

RGB 194 116 75 -
CMYK 0 0.40 0.61 0.24
HSL 20.67º 0.49% 0.53% -
HSV(B) 20.67º 0.61% 0.76% -
XYZ 29.76 24.47 9.81 -
YUV 134.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 194 116 75 0 0.40 0.61 0.24 20.67 0.49 0.53
Hex C2 74 4B 0 28 3D 18 15 31 35
Octal 302 164 113 0 50 75 30 25 61 65
Binary 11000010 1110100 1001011 0 101000 111101 11000 10101 110001 110101

Color Harmonies of #C2744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2744B

Black with #C2744B

Text Example


Text Example

White with #C2744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2744B; }

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

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

background-color css

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

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

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

border-color css

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

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

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