Html Css Color HEX #C0744A Red Damask

📋 copy color: '#C0744A'

red 192 ◦ green 116 ◦ blue 74

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

Shades of Red Damask #C0744A

Tints of Red Damask #C0744A

RGB

 RED value IS 192 (75.39% from 255) = 50.26%

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

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

R = 50.26%
G = 30.37%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0744A (or 0xC0744A) is known color: Red Damask. HEX triplet: C0, 74 and 4A. RGB value is (192,116,74). Sum of RGB (Red+Green+Blue) = 192+116+74=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0744A is #3F8BB5. Grayscale: #868686. Windows color (decimal): -4164534 or 4879552. OLE color: 4879552.

HSL color Cylindrical-coordinate representation of color #C0744A: hue angle of 21.36º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0744A is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 74 -
CMYK 0 0.40 0.61 0.25
HSL 21.36º 0.48% 0.52% -
HSV(B) 21.36º 0.61% 0.75% -
XYZ 29.22 24.19 9.61 -
YUV 133.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 192 116 74 0 0.40 0.61 0.25 21.36 0.48 0.52
Hex C0 74 4A 0 28 3D 19 15 30 34
Octal 300 164 112 0 50 75 31 25 60 64
Binary 11000000 1110100 1001010 0 101000 111101 11001 10101 110000 110100

Color Harmonies of #C0744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0744A

Black with #C0744A

Text Example


Text Example

White with #C0744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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