Html Css Color HEX #C07051 Red Damask

📋 copy color: '#C07051'

red 192 ◦ green 112 ◦ blue 81

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

Shades of Red Damask #C07051

Tints of Red Damask #C07051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

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

R = 49.87%
G = 29.09%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C07051 (or 0xC07051) is known color: Red Damask. HEX triplet: C0, 70 and 51. RGB value is (192,112,81). Sum of RGB (Red+Green+Blue) = 192+112+81=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C07051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07051 is #3F8FAE. Grayscale: #848484. Windows color (decimal): -4165551 or 5337280. OLE color: 5337280.

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

Color convert

RGB 192 112 81 -
CMYK 0 0.42 0.58 0.25
HSL 16.76º 0.47% 0.54% -
HSV(B) 16.76º 0.58% 0.75% -
XYZ 29.02 23.39 10.77 -
YUV 132.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 192 112 81 0 0.42 0.58 0.25 16.76 0.47 0.54
Hex C0 70 51 0 2A 3A 19 11 2F 36
Octal 300 160 121 0 52 72 31 21 57 66
Binary 11000000 1110000 1010001 0 101010 111010 11001 10001 101111 110110

Color Harmonies of #C07051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07051

Black with #C07051

Text Example


Text Example

White with #C07051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07051; }

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

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

background-color css

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

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

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

border-color css

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

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

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