Html Css Color HEX #C67346 Red Damask

📋 copy color: '#C67346'

red 198 ◦ green 115 ◦ blue 70

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

Shades of Red Damask #C67346

Tints of Red Damask #C67346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.03%

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

R = 51.7%
G = 30.03%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C67346 (or 0xC67346) is known color: Red Damask. HEX triplet: C6, 73 and 46. RGB value is (198,115,70). Sum of RGB (Red+Green+Blue) = 198+115+70=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C67346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67346 is #398CB9. Grayscale: #868686. Windows color (decimal): -3771578 or 4617158. OLE color: 4617158.

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

Color convert

RGB 198 115 70 -
CMYK 0 0.42 0.65 0.22
HSL 21.09º 0.53% 0.53% -
HSV(B) 21.09º 0.65% 0.78% -
XYZ 30.52 24.71 8.95 -
YUV 134.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 198 115 70 0 0.42 0.65 0.22 21.09 0.53 0.53
Hex C6 73 46 0 2A 41 16 15 35 35
Octal 306 163 106 0 52 101 26 25 65 65
Binary 11000110 1110011 1000110 0 101010 1000001 10110 10101 110101 110101

Color Harmonies of #C67346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67346

Black with #C67346

Text Example


Text Example

White with #C67346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67346; }

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

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

background-color css

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

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

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

border-color css

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

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

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