Html Css Color HEX #C07C55 Red Damask

📋 copy color: '#C07C55'

red 192 ◦ green 124 ◦ blue 85

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

Shades of Red Damask #C07C55

Tints of Red Damask #C07C55

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.92%

 BLUE value IS 85 (33.59% from 255) = 21.2%

R = 47.88%
G = 30.92%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C07C55 (or 0xC07C55) is known color: Red Damask. HEX triplet: C0, 7C and 55. RGB value is (192,124,85). Sum of RGB (Red+Green+Blue) = 192+124+85=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C55 is #3F83AA. Grayscale: #8C8C8C. Windows color (decimal): -4162475 or 5602496. OLE color: 5602496.

HSL color Cylindrical-coordinate representation of color #C07C55: hue angle of 21.87º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C07C55 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 124 85 -
CMYK 0 0.35 0.56 0.25
HSL 21.87º 0.46% 0.54% -
HSV(B) 21.87º 0.56% 0.75% -
XYZ 30.59 26.28 12.05 -
YUV 139.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 192 124 85 0 0.35 0.56 0.25 21.87 0.46 0.54
Hex C0 7C 55 0 23 38 19 16 2E 36
Octal 300 174 125 0 43 70 31 26 56 66
Binary 11000000 1111100 1010101 0 100011 111000 11001 10110 101110 110110

Color Harmonies of #C07C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C55

Black with #C07C55

Text Example


Text Example

White with #C07C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C55; }

 p { color: rgb(192,124,85); }

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

background-color css

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

 a { background-color: rgb(192,124,85); }

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

border-color css

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

 span { border-color: rgb(192,124,85); }

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