Html Css Color HEX #C07A55 Red Damask

📋 copy color: '#C07A55'

red 192 ◦ green 122 ◦ blue 85

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

Shades of Red Damask #C07A55

Tints of Red Damask #C07A55

RGB

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

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

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

R = 48.12%
G = 30.58%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C07A55 (or 0xC07A55) is known color: Red Damask. HEX triplet: C0, 7A and 55. RGB value is (192,122,85). Sum of RGB (Red+Green+Blue) = 192+122+85=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A55 is #3F85AA. Grayscale: #8A8A8A. Windows color (decimal): -4162987 or 5601984. OLE color: 5601984.

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

Color convert

RGB 192 122 85 -
CMYK 0 0.36 0.56 0.25
HSL 20.75º 0.46% 0.54% -
HSV(B) 20.75º 0.56% 0.75% -
XYZ 30.34 25.78 11.97 -
YUV 138.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 192 122 85 0 0.36 0.56 0.25 20.75 0.46 0.54
Hex C0 7A 55 0 24 38 19 15 2E 36
Octal 300 172 125 0 44 70 31 25 56 66
Binary 11000000 1111010 1010101 0 100100 111000 11001 10101 101110 110110

Color Harmonies of #C07A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A55

Black with #C07A55

Text Example


Text Example

White with #C07A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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