Html Css Color HEX #C67046 Red Damask

📋 copy color: '#C67046'

red 198 ◦ green 112 ◦ blue 70

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

Shades of Red Damask #C67046

Tints of Red Damask #C67046

RGB

 RED value IS 198 (77.73% from 255) = 52.11%

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

 BLUE value IS 70 (27.73% from 255) = 18.42%

R = 52.11%
G = 29.47%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C67046 (or 0xC67046) is known color: Red Damask. HEX triplet: C6, 70 and 46. RGB value is (198,112,70). Sum of RGB (Red+Green+Blue) = 198+112+70=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C67046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67046 is #398FB9. Grayscale: #858585. Windows color (decimal): -3772346 or 4616390. OLE color: 4616390.

HSL color Cylindrical-coordinate representation of color #C67046: hue angle of 19.69º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C67046 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 70 -
CMYK 0 0.43 0.65 0.22
HSL 19.69º 0.53% 0.53% -
HSV(B) 19.69º 0.65% 0.78% -
XYZ 30.19 24.04 8.84 -
YUV 132.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 198 112 70 0 0.43 0.65 0.22 19.69 0.53 0.53
Hex C6 70 46 0 2B 41 16 14 35 35
Octal 306 160 106 0 53 101 26 24 65 65
Binary 11000110 1110000 1000110 0 101011 1000001 10110 10100 110101 110101

Color Harmonies of #C67046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67046

Black with #C67046

Text Example


Text Example

White with #C67046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67046; }

 p { color: rgb(198,112,70); }

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

background-color css

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

 a { background-color: rgb(198,112,70); }

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

border-color css

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

 span { border-color: rgb(198,112,70); }

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