Html Css Color HEX #C07C54 Red Damask

📋 copy color: '#C07C54'

red 192 ◦ green 124 ◦ blue 84

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

Shades of Red Damask #C07C54

Tints of Red Damask #C07C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21%

R = 48%
G = 31%
B = 21%

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

#C07C54 (or 0xC07C54) is known color: Red Damask. HEX triplet: C0, 7C and 54. RGB value is (192,124,84). Sum of RGB (Red+Green+Blue) = 192+124+84=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C54 is #3F83AB. Grayscale: #8C8C8C. Windows color (decimal): -4162476 or 5536960. OLE color: 5536960.

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

Color convert

RGB 192 124 84 -
CMYK 0 0.35 0.56 0.25
HSL 22.22º 0.46% 0.54% -
HSV(B) 22.22º 0.56% 0.75% -
XYZ 30.55 26.26 11.85 -
YUV 139.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 192 124 84 0 0.35 0.56 0.25 22.22 0.46 0.54
Hex C0 7C 54 0 23 38 19 16 2E 36
Octal 300 174 124 0 43 70 31 26 56 66
Binary 11000000 1111100 1010100 0 100011 111000 11001 10110 101110 110110

Color Harmonies of #C07C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C54

Black with #C07C54

Text Example


Text Example

White with #C07C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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