Html Css Color HEX #C07247 Red Damask

📋 copy color: '#C07247'

red 192 ◦ green 114 ◦ blue 71

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

Shades of Red Damask #C07247

Tints of Red Damask #C07247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 50.93%
G = 30.24%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C07247 (or 0xC07247) is known color: Red Damask. HEX triplet: C0, 72 and 47. RGB value is (192,114,71). Sum of RGB (Red+Green+Blue) = 192+114+71=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07247 is #3F8DB8. Grayscale: #848484. Windows color (decimal): -4165049 or 4682432. OLE color: 4682432.

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

Color convert

RGB 192 114 71 -
CMYK 0 0.41 0.63 0.25
HSL 21.32º 0.49% 0.52% -
HSV(B) 21.32º 0.63% 0.75% -
XYZ 28.89 23.7 9.01 -
YUV 132.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 192 114 71 0 0.41 0.63 0.25 21.32 0.49 0.52
Hex C0 72 47 0 29 3F 19 15 31 34
Octal 300 162 107 0 51 77 31 25 61 64
Binary 11000000 1110010 1000111 0 101001 111111 11001 10101 110001 110100

Color Harmonies of #C07247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07247

Black with #C07247

Text Example


Text Example

White with #C07247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07247; }

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

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

background-color css

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

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

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

border-color css

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

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

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