Html Css Color HEX #C0704A Red Damask

📋 copy color: '#C0704A'

red 192 ◦ green 112 ◦ blue 74

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

Shades of Red Damask #C0704A

Tints of Red Damask #C0704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

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

R = 50.79%
G = 29.63%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0704A (or 0xC0704A) is known color: Red Damask. HEX triplet: C0, 70 and 4A. RGB value is (192,112,74). Sum of RGB (Red+Green+Blue) = 192+112+74=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C0704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0704A is #3F8FB5. Grayscale: #838383. Windows color (decimal): -4165558 or 4878528. OLE color: 4878528.

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

Color convert

RGB 192 112 74 -
CMYK 0 0.42 0.61 0.25
HSL 19.32º 0.48% 0.52% -
HSV(B) 19.32º 0.61% 0.75% -
XYZ 28.77 23.29 9.46 -
YUV 131.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 192 112 74 0 0.42 0.61 0.25 19.32 0.48 0.52
Hex C0 70 4A 0 2A 3D 19 13 30 34
Octal 300 160 112 0 52 75 31 23 60 64
Binary 11000000 1110000 1001010 0 101010 111101 11001 10011 110000 110100

Color Harmonies of #C0704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0704A

Black with #C0704A

Text Example


Text Example

White with #C0704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0704A; }

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

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

background-color css

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

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

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

border-color css

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

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

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