Html Css Color HEX #C07955 Red Damask

📋 copy color: '#C07955'

red 192 ◦ green 121 ◦ blue 85

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

Shades of Red Damask #C07955

Tints of Red Damask #C07955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

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

R = 48.24%
G = 30.4%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C07955 (or 0xC07955) is known color: Red Damask. HEX triplet: C0, 79 and 55. RGB value is (192,121,85). Sum of RGB (Red+Green+Blue) = 192+121+85=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C07955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07955 is #3F86AA. Grayscale: #8A8A8A. Windows color (decimal): -4163243 or 5601728. OLE color: 5601728.

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

Color convert

RGB 192 121 85 -
CMYK 0 0.37 0.56 0.25
HSL 20.19º 0.46% 0.54% -
HSV(B) 20.19º 0.56% 0.75% -
XYZ 30.22 25.54 11.93 -
YUV 138.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 192 121 85 0 0.37 0.56 0.25 20.19 0.46 0.54
Hex C0 79 55 0 25 38 19 14 2E 36
Octal 300 171 125 0 45 70 31 24 56 66
Binary 11000000 1111001 1010101 0 100101 111000 11001 10100 101110 110110

Color Harmonies of #C07955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07955

Black with #C07955

Text Example


Text Example

White with #C07955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07955; }

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

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

background-color css

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

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

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

border-color css

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

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

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