Html Css Color HEX #C07047 Red Damask

📋 copy color: '#C07047'

red 192 ◦ green 112 ◦ blue 71

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

Shades of Red Damask #C07047

Tints of Red Damask #C07047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.93%

R = 51.2%
G = 29.87%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C07047 (or 0xC07047) is known color: Red Damask. HEX triplet: C0, 70 and 47. RGB value is (192,112,71). Sum of RGB (Red+Green+Blue) = 192+112+71=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C07047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07047 is #3F8FB8. Grayscale: #838383. Windows color (decimal): -4165561 or 4681920. OLE color: 4681920.

HSL color Cylindrical-coordinate representation of color #C07047: hue angle of 20.33º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C07047 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 71 -
CMYK 0 0.42 0.63 0.25
HSL 20.33º 0.49% 0.52% -
HSV(B) 20.33º 0.63% 0.75% -
XYZ 28.67 23.25 8.94 -
YUV 131.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 192 112 71 0 0.42 0.63 0.25 20.33 0.49 0.52
Hex C0 70 47 0 2A 3F 19 14 31 34
Octal 300 160 107 0 52 77 31 24 61 64
Binary 11000000 1110000 1000111 0 101010 111111 11001 10100 110001 110100

Color Harmonies of #C07047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07047

Black with #C07047

Text Example


Text Example

White with #C07047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07047; }

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

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

background-color css

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

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

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

border-color css

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

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

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