Html Css Color HEX #C07A51 Red Damask

📋 copy color: '#C07A51'

red 192 ◦ green 122 ◦ blue 81

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

Shades of Red Damask #C07A51

Tints of Red Damask #C07A51

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.89%

 BLUE value IS 81 (32.03% from 255) = 20.51%

R = 48.61%
G = 30.89%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C07A51 (or 0xC07A51) is known color: Red Damask. HEX triplet: C0, 7A and 51. RGB value is (192,122,81). Sum of RGB (Red+Green+Blue) = 192+122+81=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A51 is #3F85AE. Grayscale: #8A8A8A. Windows color (decimal): -4162991 or 5339840. OLE color: 5339840.

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

Color convert

RGB 192 122 81 -
CMYK 0 0.36 0.58 0.25
HSL 22.16º 0.47% 0.54% -
HSV(B) 22.16º 0.58% 0.75% -
XYZ 30.18 25.72 11.16 -
YUV 138.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 192 122 81 0 0.36 0.58 0.25 22.16 0.47 0.54
Hex C0 7A 51 0 24 3A 19 16 2F 36
Octal 300 172 121 0 44 72 31 26 57 66
Binary 11000000 1111010 1010001 0 100100 111010 11001 10110 101111 110110

Color Harmonies of #C07A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A51

Black with #C07A51

Text Example


Text Example

White with #C07A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A51; }

 p { color: rgb(192,122,81); }

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

background-color css

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

 a { background-color: rgb(192,122,81); }

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

border-color css

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

 span { border-color: rgb(192,122,81); }

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