Html Css Color HEX #C0704C Red Damask

📋 copy color: '#C0704C'

red 192 ◦ green 112 ◦ blue 76

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

Shades of Red Damask #C0704C

Tints of Red Damask #C0704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20%

R = 50.53%
G = 29.47%
B = 20%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0704C (or 0xC0704C) is known color: Red Damask. HEX triplet: C0, 70 and 4C. RGB value is (192,112,76). Sum of RGB (Red+Green+Blue) = 192+112+76=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0704C is #3F8FB3. Grayscale: #848484. Windows color (decimal): -4165556 or 5009600. OLE color: 5009600.

HSL color Cylindrical-coordinate representation of color #C0704C: hue angle of 18.62º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0704C is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 76 -
CMYK 0 0.42 0.60 0.25
HSL 18.62º 0.48% 0.53% -
HSV(B) 18.62º 0.6% 0.75% -
XYZ 28.84 23.32 9.82 -
YUV 131.82 96.5 170.93 -
System Red Green Blue C M Y K H S L
Decimal 192 112 76 0 0.42 0.60 0.25 18.62 0.48 0.53
Hex C0 70 4C 0 2A 3C 19 13 30 35
Octal 300 160 114 0 52 74 31 23 60 65
Binary 11000000 1110000 1001100 0 101010 111100 11001 10011 110000 110101

Color Harmonies of #C0704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0704C

Black with #C0704C

Text Example


Text Example

White with #C0704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0704C; }

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

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

background-color css

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

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

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

border-color css

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

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

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